Skip to content

Commit 171d4d3

Browse files
committed
fix(Windows): Fix menu bar styling
1 parent 1214819 commit 171d4d3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/styles/title-bar.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,20 @@
3232
hr {
3333
border-color: $dark-theme-gray-lighter;
3434
}
35+
36+
&:not(:first-child) {
37+
border-left: 0;
38+
}
3539
}
3640
}
3741

3842
.list .ReactVirtualized__Grid {
3943
background: $dark-theme-gray-light;
4044
}
45+
46+
.status-icon {
47+
fill: white;
48+
}
4149
}
4250

4351
#electron-app-title-bar {
@@ -77,4 +85,8 @@
7785
border-bottom-right-radius: $theme-border-radius-small;
7886
box-shadow: 0 0 10px rgba(black, .5);
7987
}
88+
89+
.status-icon {
90+
min-width: 12px;
91+
}
8092
}

0 commit comments

Comments
 (0)