mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
feat: make title bar icons align better on mac
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user