style: switched statusbar box shadow to border
mellbacon committed
Nov 10, 2023 at 13:32 UTC
044bbfb4fba91910ca7e95a17cc37081c8b0a6fd
1 file changed
+1
-1
src/theme.scss
+1
-1
@@ -70,7 +70,7 @@ html {
70
height: $header-height;
71
}
72
#statusbar {
73
- box-shadow: 0px -1px 0 0px var(--window-borderColor);
73
+ border-top: solid 1px var(--window-borderColor);
74
height: calc($statusbar-height + 0.1rem);
75
}
76
#workspace {