aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-09 20:54:13 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-09 20:54:13 +0200
commit08996e5b9b63efc4ca2fc29acb348b46c9e05741 (patch)
tree8ec09f3dc49964e9e17a6a44c33a3c89417dff62 /view/theme/redbasic/php
parent115c18353ec73c924be7ceadf8ba2a1fd24f05e3 (diff)
downloadvolse-hubzilla-08996e5b9b63efc4ca2fc29acb348b46c9e05741.tar.gz
volse-hubzilla-08996e5b9b63efc4ca2fc29acb348b46c9e05741.tar.bz2
volse-hubzilla-08996e5b9b63efc4ca2fc29acb348b46c9e05741.zip
fix aside width for collapsed state
Diffstat (limited to 'view/theme/redbasic/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 8dc349994..96dba59e5 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -154,7 +154,7 @@ if(file_exists('view/theme/redbasic/css/style.css')) {
$x = file_get_contents('view/theme/redbasic/css/style.css');
- $aside_width = 284;
+ $aside_width = 285;
// left aside and right aside are is 231px + converse width
if($converse_center) {