PluginProbe
Elementor Website Builder – more than just a page builder / 3.35.8
Elementor Website Builder – more than just a page builder v3.35.8
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
← All changes | assets/css/modules/editor-one/sidebar-navigation.css +12 -20 4.1.0-beta23.35.8 View file →
@@ -27,8 +27,11 @@
27 27 #editor-one-sidebar-navigation nav {
28 28 width: var(--editor-one-sidebar-navigation-width);
29 29 max-width: var(--editor-one-sidebar-navigation-width);
30 30 }
31 +#editor-one-sidebar-navigation.e-sidebar-collapsed nav {
32 + width: var(--editor-one-sidebar-navigation-width-collapsed);
33 +}
31 34
32 35 .e-sidebar-transitioning #editor-one-sidebar-navigation > nav {
33 36 transition: var(--editor-one-sidebar-transition);
34 37 overflow: hidden;
@@ -38,35 +41,24 @@
38 41 .e-sidebar-transitioning #wpfooter {
39 42 transition: var(--editor-one-sidebar-transition);
40 43 }
41 44
42 -.e-has-sidebar-navigation {
43 - -ms-overflow-style: none; /* IE and Edge */
44 - scrollbar-width: none; /* Firefox */
45 -}
46 -.e-has-sidebar-navigation::-webkit-scrollbar {
47 - display: none; /* Hide scrollbar for Chrome, Safari and Opera */
48 -}
49 -.e-has-sidebar-navigation:has(.e-sidebar-collapsed) {
50 - --editor-one-sidebar-navigation-width: var(--editor-one-sidebar-navigation-width-collapsed);
51 -}
52 45 .e-has-sidebar-navigation #wpcontent {
53 46 padding-inline-start: var(--editor-one-sidebar-navigation-width);
54 47 }
55 -.e-has-sidebar-navigation #wpwrap > #wpfooter {
56 - display: none;
48 +.e-has-sidebar-navigation #wpfooter {
49 + margin-inline-start: var(--editor-one-sidebar-navigation-width);
57 50 }
58 -.e-has-sidebar-navigation #wpcontent #wpfooter {
59 - background-color: transparent;
60 - position: relative;
61 - margin-inline: 0;
62 - margin-block-start: auto;
63 - padding-block-start: 18px;
64 -}
65 -.e-has-sidebar-navigation #wpcontent #wpfooter #footer-left {
51 +.e-has-sidebar-navigation #wpfooter #footer-left {
66 52 float: none;
67 53 text-align: center;
68 54 margin: 0 auto;
55 +}
56 +.e-has-sidebar-navigation.e-sidebar-is-collapsed #wpcontent {
57 + padding-inline-start: var(--editor-one-sidebar-navigation-width-collapsed);
58 +}
59 +.e-has-sidebar-navigation.e-sidebar-is-collapsed #wpfooter {
60 + margin-inline-start: var(--editor-one-sidebar-navigation-width-collapsed);
69 61 }
70 62 .e-has-sidebar-navigation #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu::after, .e-has-sidebar-navigation #adminmenu li.wp-has-submenu.wp-not-current-submenu:hover > a::after {
71 63 display: none;
72 64 }