diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-19 12:46:36 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-19 12:47:55 +0100 |
commit | 1e1b51bc1c9bd3f94670ecfa1c1e5b9f6a4402bc (patch) | |
tree | c284c0b667006b5cd607a79cc4aa5f97275df18a /view/theme/redbasic/php | |
parent | 127772e1b4a2853d98635e7144757a9df5ffb4a0 (diff) | |
download | volse-hubzilla-1e1b51bc1c9bd3f94670ecfa1c1e5b9f6a4402bc.tar.gz volse-hubzilla-1e1b51bc1c9bd3f94670ecfa1c1e5b9f6a4402bc.tar.bz2 volse-hubzilla-1e1b51bc1c9bd3f94670ecfa1c1e5b9f6a4402bc.zip |
make sticky aside available for small screens. we had to get rid of the transition effect for this to work reliably
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 2db0d4c44..9b994ebdf 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -165,7 +165,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) { $x .= $schemecss; } - $aside_width = 287; + $aside_width = 288; // left aside and right aside are 285px + converse width if($align_left) { |