mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
remove specific sidebar size from Files app
This commit is contained in:
parent
2163951484
commit
69e5d5b8c0
1 changed files with 0 additions and 8 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue