Skip to content
Snippets Groups Projects
Commit 69e5d5b8 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

remove specific sidebar size from Files app

parent 21639514
No related branches found
No related tags found
No related merge requests found
...@@ -112,20 +112,12 @@ ...@@ -112,20 +112,12 @@
padding-left: 80px; /* main nav bar */ padding-left: 80px; /* main nav bar */
} }
.app-files #app-navigation {
width: 230px;
}
/* move Deleted Files to bottom of sidebar */ /* move Deleted Files to bottom of sidebar */
.nav-trashbin { .nav-trashbin {
position: absolute !important; position: absolute !important;
bottom: 0; bottom: 0;
} }
.app-files #app-settings {
width: 229px; /* DUH */
}
.app-files #app-settings input { .app-files #app-settings input {
width: 90%; width: 90%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment