We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1214819 commit 171d4d3Copy full SHA for 171d4d3
src/styles/title-bar.scss
@@ -32,12 +32,20 @@
32
hr {
33
border-color: $dark-theme-gray-lighter;
34
}
35
+
36
+ &:not(:first-child) {
37
+ border-left: 0;
38
+ }
39
40
41
42
.list .ReactVirtualized__Grid {
43
background: $dark-theme-gray-light;
44
45
46
+ .status-icon {
47
+ fill: white;
48
49
50
51
#electron-app-title-bar {
@@ -77,4 +85,8 @@
77
85
border-bottom-right-radius: $theme-border-radius-small;
78
86
box-shadow: 0 0 10px rgba(black, .5);
79
87
88
89
90
+ min-width: 12px;
91
80
92
0 commit comments