yes
mellbacon committed
Apr 26, 2023 at 17:06 UTC
1867000e666c528949c4e0ee47c80b8499734269
2 files changed
+7
-1
src/lib/Statusbar.svelte
-1
@@ -10,7 +10,6 @@
10
width: -webkit-fill-available;
11
display: flex;
12
align-items: center;
13
- border-top: 1px solid #393939;
13
font-size: 0.9rem;
14
}
15
#title {
src/theme.scss
+7
@@ -69,4 +69,11 @@ html {
69
70
.editor-panes .splitpanes__splitter {
71
background-color: $border-color;
72
+}
73
+
74
+#statusbar {
75
+ border-top: 1px solid $border-color;
76
+ #title {
77
+ border-right: 1px solid $border-color;
78
+ }
79
}
\ No newline at end of file