From 4693f64bef149eb760cfbeeef8f85adb45bf7d85 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 1 Apr 2014 14:49:30 -0400 Subject: [PATCH] better layout for global sidebars on mobile --- public/src/widgets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/src/widgets.js b/public/src/widgets.js index 00bad7ffe6..c82a0cd829 100644 --- a/public/src/widgets.js +++ b/public/src/widgets.js @@ -43,8 +43,8 @@ if (location === 'footer') { $('#content').append($('
')); } else if (location === 'sidebar') { - $('#content > *').wrapAll($('
')); - $('#content').append($('
')); + $('#content > *').wrapAll($('
')); + $('#content').append($('
')); } area = $('#content [widget-area="' + location + '"]');