| 1 |
.e-has-sidebar-navigation { |
| 2 |
--editor-one-sidebar-admin-top-bar-height: 50px; |
| 3 |
--editor-one-wordpress-admin-bar-height: 32px; |
| 4 |
--editor-one-sidebar-navigation-width: 240px; |
| 5 |
--editor-one-sidebar-navigation-width-collapsed: 72px; |
| 6 |
--editor-one-sidebar-left-offset: 160px; |
| 7 |
--editor-one-sidebar-left-offset-collapsed: 36px; |
| 8 |
--editor-one-sidebar-z-index: 99; |
| 9 |
--editor-one-sidebar-bg: #fff; |
| 10 |
--editor-one-sidebar-content-padding: 20px; |
| 11 |
--editor-one-sidebar-transition: width 0.3s ease-in-out, padding-inline-start 0.3s ease-in-out, margin-inline-start 0.3s ease-in-out; |
| 12 |
} |
| 13 |
.e-has-sidebar-navigation.folded { |
| 14 |
--editor-one-sidebar-left-offset: var(--editor-one-sidebar-left-offset-collapsed); |
| 15 |
} |
| 16 |
|
| 17 |
#editor-one-top-bar > * { |
| 18 |
inset-block-start: var(--editor-one-wordpress-admin-bar-height, 32px); |
| 19 |
inset-inline-start: var(--editor-one-sidebar-left-offset, 160px); |
| 20 |
inset-inline-end: 0; |
| 21 |
width: calc(100% - var(--editor-one-sidebar-left-offset, 160px)); |
| 22 |
position: fixed; |
| 23 |
} |
| 24 |
@media screen and (max-width: 960px) { |
| 25 |
#editor-one-top-bar > * { |
| 26 |
inset-inline-start: var(--editor-one-wordpress-admin-bar-height, 32px); |
| 27 |
width: calc(100% - var(--editor-one-wordpress-admin-bar-height, 32px)); |
| 28 |
} |
| 29 |
} |
| 30 |
@media screen and (max-width: 782px) { |
| 31 |
#editor-one-top-bar { |
| 32 |
--editor-one-sidebar-admin-top-bar-height: 46px; |
| 33 |
} |
| 34 |
#editor-one-top-bar > * { |
| 35 |
inset-inline-start: 0; |
| 36 |
inset-block-start: var(--editor-one-sidebar-admin-top-bar-height, 46px); |
| 37 |
width: 100%; |
| 38 |
} |
| 39 |
} |
| 40 |
|
| 41 |
@media screen and (max-width: 600px) { |
| 42 |
body:has(#editor-one-top-bar) #wpadminbar { |
| 43 |
position: fixed; |
| 44 |
} |
| 45 |
} |
| 46 |
|
| 47 |
/*# sourceMappingURL=top-bar.css.map */ |