mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #8577 from owncloud/apps-sidebar-narrower
reduce width of app sidebar a bit
This commit is contained in:
commit
714b04d06c
2 changed files with 2 additions and 10 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%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/* Navigation: folder like structure */
|
||||
#app-navigation {
|
||||
width: 300px;
|
||||
width: 230px;
|
||||
height: 100%;
|
||||
float: left;
|
||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* settings area */
|
||||
#app-settings {
|
||||
position: fixed;
|
||||
width: 299px;
|
||||
width: 229px;
|
||||
bottom: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue