diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-05 22:37:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-05 22:37:52 +0200 |
commit | 2011784faf68dd97241318a9d14fcecc354c5118 (patch) | |
tree | f54e9db485740fd73ba5d2d461eb579ca0ed55e6 /view/theme | |
parent | cbfb94c55cc422359f1cef3c6fe89d86f131a104 (diff) | |
download | volse-hubzilla-2011784faf68dd97241318a9d14fcecc354c5118.tar.gz volse-hubzilla-2011784faf68dd97241318a9d14fcecc354c5118.tar.bz2 volse-hubzilla-2011784faf68dd97241318a9d14fcecc354c5118.zip |
schema focus: adjust default width
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/schema/focus.php | 2 |
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) |