We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1483029 commit 1a0799fCopy full SHA for 1a0799f
docs/src/components/VersionDropdown.css
@@ -9,6 +9,7 @@
9
cursor: pointer;
10
padding: 5px 10px;
11
font-size: 1rem;
12
+ width: fit-content;
13
font-weight: bold;
14
text-align: center;
15
}
@@ -21,4 +22,18 @@
21
22
.navbar__items--right .version_dropdown {
23
display: none;
24
25
+
26
+ .version_dropdown {
27
+ display: flex;
28
+ flex-direction: column;
29
+ order: -1;
30
31
+ margin: 10px 0px 10px 10px;
32
+ }
33
34
+ .menu__list {
35
36
+ flex-direction: column; /* Default layout for desktop */
37
38
39
0 commit comments