fix(ui): position of left sidebar menu when fullscreen on mac

This commit is contained in:
charlie
2021-10-18 19:09:08 +08:00
committed by Tienson Qin
parent 2bf8a17f6e
commit 3366d45337

View File

@@ -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;
}