summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-03 13:24:44 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-03 13:24:44 +0200
commit69e5d5b8c0d05e5f197671a6e519ee5d26463562 (patch)
treed1f098a697d726056ea92111d3682c125bc74d2f /apps
parent21639514843e5d3490d8a4626a9f647630a865ad (diff)
downloadnextcloud-server-69e5d5b8c0d05e5f197671a6e519ee5d26463562.tar.gz
nextcloud-server-69e5d5b8c0d05e5f197671a6e519ee5d26463562.zip
remove specific sidebar size from Files app
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 11cbc4b7f57..1d75c4e505c 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -112,20 +112,12 @@
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%;
}