feat: maximize workspace on mobile mode

This commit is contained in:
a2nr 2026-05-01 11:24:41 +07:00
parent c5348a9166
commit 6db1344622
1 changed files with 3 additions and 1 deletions

View File

@ -229,8 +229,10 @@
height: 60vh;
}
.editor-area.mobile-full {
height: calc(100vh - 3rem);
height: 100vh;
top: 0;
border-radius: 0;
max-height: none;
}
.mobile-sheet .editor-body {
overscroll-behavior: contain;