fix: webui input-panel exceeds viewpoint on mobile (#714)

pull/715/head
sigoden 2 months ago committed by GitHub
parent 571016096c
commit 19b1307802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -356,6 +356,11 @@
}
@media screen and (max-width: 768px) {
body {
height: calc(100vh - 56px);
height: 100dvh;
}
.container {
padding: 3px;
}

@ -434,6 +434,11 @@
}
@media screen and (max-width: 768px) {
body {
height: calc(100vh - 56px);
height: 100dvh;
}
.container {
padding: 3px;
}

Loading…
Cancel
Save