aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-19 12:46:36 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-19 12:46:36 +0100
commit3ad3d3037f8ba9643952bbf64e70c5edf302a73b (patch)
treeffd19cdee219754ce25486b9e28e9829a049b243 /view/theme/redbasic/php/style.php
parent9c5f2de4ec28ad3878fc565485d8d544caa8c66a (diff)
downloadvolse-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/style.php')
-rw-r--r--view/theme/redbasic/php/style.php2
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) {