feat: make title bar icons align better on mac

This commit is contained in:
Junyu Zhan
2021-07-02 11:04:09 +08:00
committed by Tienson Qin
parent 43d8c0ef3f
commit 23aacc9f11
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
}
&.electron-mac {
height: auto;
height: 38px;
border-bottom: 1px solid var(--ls-secondary-border-color);
.open-button__icon-wrapper {
@@ -36,8 +36,8 @@
}
svg {
width: 15px;
height: 15px;
width: 18px;
height: 18px;
}
.navigation svg {