mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance(ui): correct left padding of toolbar when fullscreen on desktop
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
}
|
||||
|
||||
.is-electron.is-mac.is-fullscreen .cp__header > .l {
|
||||
padding-left: 0;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.cp__header a, .cp__header svg {
|
||||
|
||||
Reference in New Issue
Block a user