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:46:36 +0100 |
commit | 3ad3d3037f8ba9643952bbf64e70c5edf302a73b (patch) | |
tree | ffd19cdee219754ce25486b9e28e9829a049b243 /view/theme/redbasic/php | |
parent | 9c5f2de4ec28ad3878fc565485d8d544caa8c66a (diff) | |
download | volse-hubzilla-3ad3d3037f8ba9643952bbf64e70c5edf302a73b.tar.gz volse-hubzilla-3ad3d3037f8ba9643952bbf64e70c5edf302a73b.tar.bz2 volse-hubzilla-3ad3d3037f8ba9643952bbf64e70c5edf302a73b.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) { |