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

fix left padding of controls bar for apps without navigation

parent b5b4350a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment