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/schema | |
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/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index af4b122f1..9bab32a2a 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -1,5 +1,5 @@ <?php - + if (! $nav_bg) $nav_bg = "#000"; if (! $nav_gradient_top) @@ -35,7 +35,7 @@ if (! $font_colour) $font_colour = "#ccc"; if (! $converse_width) - $converse_width = "1024"; - + $converse_width = '1270'; //unit: rem; + |