Update mobile UI

This commit is contained in:
root 2023-06-01 15:57:05 -04:00
parent e51c48d14e
commit 7f3d544c60
2 changed files with 3 additions and 2 deletions

View file

@ -177,7 +177,8 @@ body {
} }
@media screen and (min-width: 320px) { @media screen and (min-width: 360px) and (max-height: 800px) {
.sidenav { .sidenav {
display: none; display: none;

View file

@ -139,7 +139,7 @@ input:-webkit-autofill:active {
transition: background-color 9999s ease-in-out 0s; transition: background-color 9999s ease-in-out 0s;
} }
@media screen and (min-width: 360px) { @media screen and (min-width: 360px) and (max-height: 800px) {
.form-control { .form-control {
margin: 1.1% 4% auto; margin: 1.1% 4% auto;