remove more media queries

This commit is contained in:
Roberto Beltran 2021-03-18 02:25:39 -04:00
parent 8dedb94bd2
commit 16c178d85f
1 changed files with 1 additions and 5 deletions

View File

@ -540,13 +540,9 @@ form {
/* Mobile view */
@media only screen and (max-width: 600px) and (min-width: 320px) and (min-height: 600px) {
@media(max-width: 600px) {
.handle-vertical, .handle-horizontal {
display: none;
}
.dialog {
min-width: 350px;
}
}