diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-12-03 15:10:59 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-12-03 15:10:59 +0100 |
commit | fd433b3eb6d18e64b9a0ff4d3f09d762dafe7078 (patch) | |
tree | 35aa318006a441c5be529e71158505dd5e0bf238 /view/theme/redbasic/schema | |
parent | 45fd462f804f7f293ebfb2be706522f511b34818 (diff) | |
download | volse-hubzilla-fd433b3eb6d18e64b9a0ff4d3f09d762dafe7078.tar.gz volse-hubzilla-fd433b3eb6d18e64b9a0ff4d3f09d762dafe7078.tar.bz2 volse-hubzilla-fd433b3eb6d18e64b9a0ff4d3f09d762dafe7078.zip |
main_width in rem
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 9bab32a2a..18e92ac93 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -35,7 +35,7 @@ if (! $font_colour) $font_colour = "#ccc"; if (! $converse_width) - $converse_width = '1270'; //unit: rem; + $converse_width = '52'; //unit: rem; |