@jetbrains/kotlin-web-site-ui 4.4.2 → 4.4.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.
|
@@ -51,6 +51,8 @@
|
|
|
51
51
|
display: flex;
|
|
52
52
|
align-items: center;
|
|
53
53
|
height: 64px;
|
|
54
|
+
width: 100%;
|
|
55
|
+
box-sizing: border-box;
|
|
54
56
|
justify-content: space-between;
|
|
55
57
|
z-index: var(--ktl-header-z-index);
|
|
56
58
|
}
|
|
@@ -268,6 +270,13 @@
|
|
|
268
270
|
color: #ffffff;
|
|
269
271
|
}
|
|
270
272
|
|
|
273
|
+
@media (max-width: 640px) {
|
|
274
|
+
|
|
275
|
+
.ktl-search-button-module_button_YHJPv {
|
|
276
|
+
display: none
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
|
|
271
280
|
.ktl-result-module_result_EKhUw {
|
|
272
281
|
box-sizing: border-box;
|
|
273
282
|
display: block;
|