PluginProbe
Elementor Website Builder – more than just a page builder / 3.34.3
Elementor Website Builder – more than just a page builder v3.34.3
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / assets / css / modules / editor-one / top-bar.css

top-bar.css in Elementor Website Builder – more than just a page builder 3.34.3, at assets/css/modules/editor-one/top-bar.css

47 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 */