diff options
author | Mario <mario@mariovavti.com> | 2023-02-12 10:43:31 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-02-12 10:43:31 +0000 |
commit | a1eb39872ba5017be218d48f319addf3d40ff05d (patch) | |
tree | f80684b9c5a0d66f2a3da425295cc28401320fc1 /view/theme/redbasic/php | |
parent | 724b8cc6a54c2e778a2d67b2177ecf373f615c64 (diff) | |
download | volse-hubzilla-a1eb39872ba5017be218d48f319addf3d40ff05d.tar.gz volse-hubzilla-a1eb39872ba5017be218d48f319addf3d40ff05d.tar.bz2 volse-hubzilla-a1eb39872ba5017be218d48f319addf3d40ff05d.zip |
implement hq widget author image and notifications updates
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 4d5bd42be..d29de1b15 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -129,8 +129,8 @@ if(file_exists('view/theme/redbasic/css/style.css')) { $x .= $schemecss; } - $left_aside_width = 21; //unit: rem - $right_aside_width = 21; //unit: rem + $left_aside_width = 22; //unit: rem + $right_aside_width = 22; //unit: rem $main_width = $left_aside_width + $right_aside_width + intval($converse_width); |