aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
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
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')
-rw-r--r--view/theme/redbasic/js/redbasic.js2
-rw-r--r--view/theme/redbasic/php/style.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index ef3fa455c..302efc365 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -7,7 +7,7 @@ $(document).ready(function() {
if( $('#css3-calc').width() == 10) {
$(window).resize(function() {
if($(window).width() < 767) {
- $('main').css('width', $(window).width() + 284 );
+ $('main').css('width', $(window).width() + 285 );
} else {
$('main').css('width', '100%' );
}
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) {