diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 21:18:21 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 21:19:28 +0200 |
commit | 9063a25bb44d43b30cb10372b5b33901a4922e0e (patch) | |
tree | d1369b2b0bb0788debbf8b890bacba6c4039315b /core/js | |
parent | 9748597215813e4f501f6d16128af6104af79712 (diff) | |
download | nextcloud-server-9063a25bb44d43b30cb10372b5b33901a4922e0e.tar.gz nextcloud-server-9063a25bb44d43b30cb10372b5b33901a4922e0e.zip |
slightly widen sidebar to 250px, works better with apps and on mobile
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 5c14cf34bb3..efc28e88212 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1137,7 +1137,7 @@ function initCore() { var snapper = new Snap({ element: document.getElementById('app-content'), disable: 'right', - maxPosition: 230 + maxPosition: 250 }); $('#app-content').prepend('<div id="app-navigation-toggle" class="icon-menu" style="display:none;"></div>'); $('#app-navigation-toggle').click(function(){ |