diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-09 13:59:16 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-09 13:59:16 +0200 |
commit | efa55437d4d14dd81d10a98e5d3201d27bcbfafb (patch) | |
tree | c6040e8f1cd1982b520d8285d08d3f967d7445de /view/theme/redbasic/js | |
parent | e12d58a75cf0fa32e935caa9e53cb2db953d8409 (diff) | |
download | volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.gz volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.bz2 volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.zip |
increase width of the aside area and make default profile image size 300x300
Diffstat (limited to 'view/theme/redbasic/js')
-rw-r--r-- | view/theme/redbasic/js/redbasic.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 68190778c..9408f5a6c 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() + 231 ); + $('main').css('width', $(window).width() + 279 ); } else { $('main').css('width', '100%' ); } |