Fixed viewer mode for sidebar swipe
This commit is contained in:
parent
d764aaa427
commit
b2bae9313d
|
@ -105,7 +105,6 @@
|
||||||
/* this is mostly for file viewer apps, text editor, etc */
|
/* this is mostly for file viewer apps, text editor, etc */
|
||||||
#body-user .app-files.no-sidebar #controls {
|
#body-user .app-files.no-sidebar #controls {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
padding-left: 80px; /* main nav bar */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* move Deleted Files to bottom of sidebar */
|
/* move Deleted Files to bottom of sidebar */
|
||||||
|
|
|
@ -109,13 +109,20 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* fix controls bar for apps which don't use the standard */
|
/* fix controls bar for apps which don't use the standard */
|
||||||
#body-user .app-files #controls,
|
#body-user .app-files #controls,
|
||||||
#user-controls {
|
#user-controls {
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
padding-left: 44px !important;
|
padding-left: 44px !important;
|
||||||
}
|
}
|
||||||
|
/* .viewer-mode is when text editor, PDF viewer, etc is open */
|
||||||
|
#body-user .app-files.viewer-mode #controls {
|
||||||
|
padding-left: 0 !important;
|
||||||
|
}
|
||||||
|
.app-files.viewer-mode #app-navigation-toggle {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
table.multiselect thead {
|
table.multiselect thead {
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue