chore: removed duplicate height property
mellbacon committed
May 24, 2023 at 17:19 UTC
dcd5e666169f3271ebdacab0f9254d94d59c674e
1 file changed
-1
src/theme.scss
-1
@@ -63,7 +63,6 @@ html {
63
height: $header-height;
64
}
65
#statusbar {
66
- height: $statusbar-height;
66
box-shadow: 0px -1px 0 0px var(--window-borderColor);
67
height: calc($statusbar-height + 0.1rem);
68
}