Skip to content

Commit

Permalink
fix(Windows): Fix menu bar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Dec 23, 2021
1 parent 1214819 commit 171d4d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/title-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,20 @@
hr {
border-color: $dark-theme-gray-lighter;
}

&:not(:first-child) {
border-left: 0;
}
}
}

.list .ReactVirtualized__Grid {
background: $dark-theme-gray-light;
}

.status-icon {
fill: white;
}
}

#electron-app-title-bar {
Expand Down Expand Up @@ -77,4 +85,8 @@
border-bottom-right-radius: $theme-border-radius-small;
box-shadow: 0 0 10px rgba(black, .5);
}

.status-icon {
min-width: 12px;
}
}

0 comments on commit 171d4d3

Please sign in to comment.