mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
fix window bar position on mobile layout
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
background: var(--theme-colors-background);
|
||||
}
|
||||
|
||||
.windows,
|
||||
.macos {
|
||||
grid-template-rows: 30px calc(100vh - 120px) 90px;
|
||||
}
|
||||
|
||||
.drawer-button {
|
||||
position: absolute;
|
||||
bottom: calc(90px + 0.75rem);
|
||||
|
||||
Reference in New Issue
Block a user