]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove specific sidebar size from Files app
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 3 Jun 2014 11:24:44 +0000 (13:24 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 3 Jun 2014 11:24:44 +0000 (13:24 +0200)
apps/files/css/files.css

index 11cbc4b7f5713bc68035d2c58f06c84a4767c3a3..1d75c4e505c80205a6ce7f2b705e4ee69034a4f5 100644 (file)
        padding-left: 80px; /* main nav bar */
 }
 
-.app-files #app-navigation {
-       width: 230px;
-}
-
 /* move Deleted Files to bottom of sidebar */
 .nav-trashbin {
        position: absolute !important;
        bottom: 0;
 }
 
-.app-files #app-settings {
-       width: 229px; /* DUH */
-}
-
 .app-files #app-settings input {
        width: 90%;
 }