PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.1
Elementor Website Builder – more than just a page builder v4.0.1
4.3.0-beta3 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 All 452 releases
elementor / assets / css / modules / editor-one / top-bar.css

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

53 lines 1.8 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 --editor-one-sidebar-admin-top-bar-height: 48px;
19 }
20 #editor-one-top-bar:not(:has(header)) {
21 height: var(--editor-one-sidebar-admin-top-bar-height);
22 }
23 #editor-one-top-bar > * {
24 inset-block-start: var(--editor-one-wordpress-admin-bar-height, 32px);
25 inset-inline-start: var(--editor-one-sidebar-left-offset, 160px);
26 inset-inline-end: 0;
27 width: calc(100% - var(--editor-one-sidebar-left-offset, 160px));
28 position: fixed;
29 }
30 @media screen and (max-width: 960px) {
31 #editor-one-top-bar > * {
32 inset-inline-start: var(--editor-one-wordpress-admin-bar-height, 32px);
33 width: calc(100% - var(--editor-one-wordpress-admin-bar-height, 32px));
34 }
35 }
36 @media screen and (max-width: 782px) {
37 #editor-one-top-bar {
38 --editor-one-sidebar-admin-top-bar-height: 46px;
39 }
40 #editor-one-top-bar > * {
41 inset-inline-start: 0;
42 inset-block-start: var(--editor-one-sidebar-admin-top-bar-height, 46px);
43 width: 100%;
44 }
45 }
46
47 @media screen and (max-width: 600px) {
48 body:has(#editor-one-top-bar) #wpadminbar {
49 position: fixed;
50 }
51 }
52
53 /*# sourceMappingURL=top-bar.css.map */