remove specific sidebar size from Files app

This commit is contained in:
Jan-Christoph Borchardt 2014-06-03 13:24:44 +02:00
parent 2163951484
commit 69e5d5b8c0
1 changed files with 0 additions and 8 deletions

View File

@ -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%;
}