mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
improve(electron): decrease top padding when fullscreen on Mac
This commit is contained in:
@@ -127,6 +127,17 @@ html.is-electron {
|
||||
.cp__right-sidebar {
|
||||
top: 4rem;
|
||||
}
|
||||
|
||||
&.is-fullscreen {
|
||||
.cp__header {
|
||||
padding-top: 0;
|
||||
height: 2.6rem;
|
||||
|
||||
&:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#search {
|
||||
|
||||
Reference in New Issue
Block a user