shift files app breadcrumbs to account for missing app list
This commit is contained in:
parent
9ffa5780db
commit
16e81c1d37
|
@ -111,11 +111,14 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* shift to account for missing navigation */
|
/* shift to account for missing app list */
|
||||||
#body-user #controls,
|
#body-user #controls,
|
||||||
#body-settings #controls {
|
#body-settings #controls {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
#body-user .app-files #controls {
|
||||||
|
left: 230px !important; /* sidebar only */
|
||||||
|
}
|
||||||
|
|
||||||
/* don’t require a minimum width for controls bar */
|
/* don’t require a minimum width for controls bar */
|
||||||
#controls {
|
#controls {
|
||||||
|
|
Loading…
Reference in New Issue