Add support for win32 custom titleBar

This commit is contained in:
Aitor Gamarra
2023-05-16 18:41:42 +02:00
parent ff13060a04
commit 425dc801b7
11 changed files with 127 additions and 56 deletions

View File

@@ -93,6 +93,7 @@
height: calc(100vh - var(--ls-headbar-inner-top-padding) - 50px);
margin-top: 30px;
width: 100%;
padding-top: var(--ls-win32-title-bar-height);
> .fake-bar {
@apply w-full px-5 pt-1 sm:hidden;