@jetbrains/kotlin-web-site-ui 4.4.0-alpha.3 → 4.4.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -137,8 +137,7 @@
|
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.ktl-vertical-menu-module_dropdown-header_77lTy {
|
|
140
|
-
|
|
141
|
-
margin-top: calc(var(--ktl-header-height-mobile) * -1);
|
|
140
|
+
margin-top: 0;
|
|
142
141
|
display: flex;
|
|
143
142
|
color: #ffffff;
|
|
144
143
|
align-items: center;
|
|
@@ -151,7 +150,8 @@
|
|
|
151
150
|
}
|
|
152
151
|
|
|
153
152
|
.ktl-vertical-menu-module_sticky-header_BlLzL {
|
|
154
|
-
|
|
153
|
+
/* workaround */
|
|
154
|
+
margin-top: calc(var(--ktl-header-height-mobile) * -1);
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.ktl-vertical-menu-module_dropdown-list_N3KWV {
|
|
@@ -105,7 +105,7 @@ const VerticalMenuDropDown = ({
|
|
|
105
105
|
})
|
|
106
106
|
}, React__default.createElement("div", {
|
|
107
107
|
className: classNames(styles.dropdownHeader, {
|
|
108
|
-
[styles.stickyHeader]: isSticky
|
|
108
|
+
[styles.stickyHeader]: !isSticky
|
|
109
109
|
})
|
|
110
110
|
}, React__default.createElement("div", {
|
|
111
111
|
className: textCn('rs-text-2')
|