some css
mellobacon committed
Nov 25, 2022 at 14:06 UTC
129c4da5a9b5c2623047ce6b70f516141d390e82
1 file changed
+5
-1
src/components/style.scss
+5
-1
@@ -1,6 +1,7 @@
1
$window-background-color: #161616;
2
$header-height: 2rem;
3
$footer-height: 1.6rem;
4
+$tab-container-height: 2rem;
5
6
#handle, #header {
7
height: $header-height;
@@ -21,7 +22,10 @@ $footer-height: 1.6rem;
22
}
23
#editor-tabs{
24
background-color: $window-background-color;
24
- min-height: 2rem;
25
+ min-height: $tab-container-height;
26
+}
27
+#tabview {
28
+ padding-top: $tab-container-height;
29
}
30
.dropdown, .numberinput, .checkboxinput {
31
justify-content: space-between;