aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-16 17:01:41 -0800
committerfriendica <info@friendica.com>2015-02-16 17:01:41 -0800
commit3d9273afad8645e2c3a063e797c0ac58c2cba2eb (patch)
tree7f6ef741621b57dc4ed42b9ca8c94fdf082c4fda /view
parent533f39debe494dc826570ff030fcda35041d9038 (diff)
parente0c9929325c4c4493e76f3e6dfe7c4ada63a55ea (diff)
downloadvolse-hubzilla-3d9273afad8645e2c3a063e797c0ac58c2cba2eb.tar.gz
volse-hubzilla-3d9273afad8645e2c3a063e797c0ac58c2cba2eb.tar.bz2
volse-hubzilla-3d9273afad8645e2c3a063e797c0ac58c2cba2eb.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/js/redbasic.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 4f70752c0..53ee45648 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -1,6 +1,10 @@
$(document).ready(function() {
+if($(window).width() < 767) {
+ $('main').css('width', $(window).width() + 231 );
+}
+
$('#expand-aside').click(function() {
$('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left');
$('main').toggleClass('region_1-on');