mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
Hide window frame and move header down for Win32
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
.cp__header {
|
||||
@apply z-10;
|
||||
|
||||
padding-top: var(--ls-headbar-inner-top-padding);
|
||||
height: calc(var(--ls-headbar-height) + var(--ls-headbar-inner-top-padding));
|
||||
@apply shadow z-10;
|
||||
-webkit-app-region: drag;
|
||||
|
||||
padding-top: calc(var(--ls-headbar-inner-top-padding) + var(--ls-win32-title-bar-height));
|
||||
height: calc(var(--ls-headbar-height) + var(--ls-headbar-inner-top-padding) + var(--ls-win32-title-bar-height));
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user