diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-12-03 14:54:47 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-12-03 14:54:47 +0100 |
commit | 45fd462f804f7f293ebfb2be706522f511b34818 (patch) | |
tree | 8ed2e426299b61eb9dde67cf491142cdee60733c /view/theme/redbasic/php | |
parent | 60b145833c5c07898363d51838a942b876f60c3c (diff) | |
download | volse-hubzilla-45fd462f804f7f293ebfb2be706522f511b34818.tar.gz volse-hubzilla-45fd462f804f7f293ebfb2be706522f511b34818.tar.bz2 volse-hubzilla-45fd462f804f7f293ebfb2be706522f511b34818.zip |
fix content width for dark schema
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 6ba0d569e..a405abea0 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -101,7 +101,7 @@ if (! $radius) if (! $shadow) $shadow = '0'; if (! $converse_width) - $converse_width = '1250'; //unit: rem + $converse_width = '1270'; //unit: rem if(! $top_photo) $top_photo = '2.3rem'; if(! $reply_photo) |