aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-05 22:37:52 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-05 22:37:52 +0200
commit2011784faf68dd97241318a9d14fcecc354c5118 (patch)
treef54e9db485740fd73ba5d2d461eb579ca0ed55e6 /view/theme/redbasic/schema
parentcbfb94c55cc422359f1cef3c6fe89d86f131a104 (diff)
downloadvolse-hubzilla-2011784faf68dd97241318a9d14fcecc354c5118.tar.gz
volse-hubzilla-2011784faf68dd97241318a9d14fcecc354c5118.tar.bz2
volse-hubzilla-2011784faf68dd97241318a9d14fcecc354c5118.zip
schema focus: adjust default width
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r--view/theme/redbasic/schema/focus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/focus.php b/view/theme/redbasic/schema/focus.php
index 2a6900271..d93ee003e 100644
--- a/view/theme/redbasic/schema/focus.php
+++ b/view/theme/redbasic/schema/focus.php
@@ -46,7 +46,7 @@ if (! $radius)
if (! $shadow)
$shadow = "0";
if (! $converse_width)
- $converse_width = "640";
+ $converse_width = "676";
if(! $top_photo)
$top_photo = '48px';
if(! $comment_indent)