Commit
·
0b2ea27
1
Parent(s):
d077fcd
28. Sept. 2024, 14:03
Browse files- _res/_custom.css +13 -0
_res/_custom.css
CHANGED
@@ -39,6 +39,18 @@ div.tabs div.tabitem {
|
|
39 |
/* INFO: gr.Checkbox elem_classes".toggle-btn" */
|
40 |
|
41 |
.toggle-btn {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
&>label {
|
43 |
position: relative;
|
44 |
width: 57px;
|
@@ -61,6 +73,7 @@ div.tabs div.tabitem {
|
|
61 |
position: absolute;
|
62 |
left: 60px;
|
63 |
height: 27px;
|
|
|
64 |
line-height: 27px;
|
65 |
}
|
66 |
}
|
|
|
39 |
/* INFO: gr.Checkbox elem_classes".toggle-btn" */
|
40 |
|
41 |
.toggle-btn {
|
42 |
+
display: flex;
|
43 |
+
flex-direction: column-reverse;
|
44 |
+
|
45 |
+
&>div.wrap {
|
46 |
+
display: none;
|
47 |
+
}
|
48 |
+
|
49 |
+
&>div:not(.wrap) {
|
50 |
+
margin-top: var(--spacing-lg);
|
51 |
+
margin-bottom: 0;
|
52 |
+
}
|
53 |
+
|
54 |
&>label {
|
55 |
position: relative;
|
56 |
width: 57px;
|
|
|
73 |
position: absolute;
|
74 |
left: 60px;
|
75 |
height: 27px;
|
76 |
+
min-width: 140px;
|
77 |
line-height: 27px;
|
78 |
}
|
79 |
}
|