@jetbrains/kotlin-web-site-ui 4.3.0-alpha.2 → 4.3.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.
@@ -792,6 +792,7 @@
792
792
  text-transform: uppercase;
793
793
  line-height: 20px;
794
794
  color: rgba(255, 255, 255, 0.7);
795
+ padding-top: 8px;
795
796
  }
796
797
 
797
798
  :root {
@@ -18,7 +18,7 @@ const MenuPopup = ({
18
18
  const [navStyle, setNavStyle] = useState({});
19
19
  useEffect(() => {
20
20
  return () => {
21
- setExpand(false);
21
+ // setExpand(false);
22
22
  clearAllBodyScrollLocks();
23
23
  };
24
24
  }, []);
@@ -49,7 +49,7 @@
49
49
  @media (max-width: 640px) {
50
50
  .ktl-top-menu-module_top-menu_PRX9X {
51
51
  height: var(--ktl-header-height-mobile);
52
- padding: 0 16px;
52
+ padding: 0 6px 0 4px;
53
53
  grid-gap: 16px;
54
54
  grid-template-columns: 1fr auto;
55
55
  }
@@ -112,7 +112,7 @@
112
112
  height: 52px;
113
113
  width: 100%;
114
114
  max-width: 100%;
115
- padding: 0;
115
+ padding: 0 0 0 12px;
116
116
  margin: 0;
117
117
  display: flex;
118
118
  align-items: center;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jetbrains/kotlin-web-site-ui",
3
3
  "description": "UI components for Kotlin web sites development",
4
- "version": "4.3.0-alpha.2",
4
+ "version": "4.3.0-alpha.4",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
7
7
  "files": [