mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
feat: add border to header on mac electron and center align icons
This commit is contained in:
@@ -26,6 +26,37 @@
|
||||
min-width: 14rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.electron-mac {
|
||||
height: auto;
|
||||
border-bottom: 1px solid var(--ls-secondary-border-color);
|
||||
|
||||
.open-button__icon-wrapper {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.navigation svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.open-button {
|
||||
&__inner {
|
||||
@apply items-center;
|
||||
|
||||
svg {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.is-electron.is-mac .cp__header {
|
||||
|
||||
Reference in New Issue
Block a user