mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix(ui): position of left sidebar menu when fullscreen on mac
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
width: var(--ls-left-sidebar-width);
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
transition: padding-left .2s;
|
||||
}
|
||||
|
||||
.it svg {
|
||||
@@ -88,7 +89,7 @@
|
||||
transform: scale(0.7);
|
||||
}
|
||||
|
||||
.is-electron.is-mac.is-fullscreen .cp__header {
|
||||
.is-electron.is-mac.is-fullscreen .cp__header > .l {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user