]> source.dussan.org Git - nextcloud-server.git/commitdiff
reduce width of app sidebar a bit
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 13 May 2014 13:13:35 +0000 (15:13 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 3 Jun 2014 11:16:21 +0000 (13:16 +0200)
core/css/apps.css

index 83569398cecdb94aec4302ebd4c2504929f7cc3c..22eb4e5cf110b4c4be52953501e819c93be56cbb 100644 (file)
@@ -10,7 +10,7 @@
 
 /* Navigation: folder like structure */
 #app-navigation {
-       width: 300px;
+       width: 230px;
        height: 100%;
        float: left;
        -moz-box-sizing: border-box; box-sizing: border-box;
 /* settings area */
 #app-settings {
        position: fixed;
-       width: 299px;
+       width: 229px;
        bottom: 0;
        border-top: 1px solid #ccc;
 }