mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix left padding of controls bar for apps without navigation
This commit is contained in:
parent
b5b4350ada
commit
ecdfea241f
1 changed files with 6 additions and 1 deletions
|
|
@ -109,9 +109,14 @@
|
|||
#controls {
|
||||
min-width: initial !important;
|
||||
left: 0 !important;
|
||||
padding-left: 44px !important;
|
||||
padding-left: 0;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
/* position controls for apps with app-navigation */
|
||||
#app-navigation+#app-content #controls {
|
||||
padding-left: 44px;
|
||||
}
|
||||
|
||||
/* .viewer-mode is when text editor, PDF viewer, etc is open */
|
||||
#body-user .app-files.viewer-mode #controls {
|
||||
padding-left: 0 !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue