Remove height restriction

Currently has blank black space at the bottom of the screen on 13" devices
pull/1223/head
pakmmc 11 months ago committed by GitHub
parent f5ace7ee56
commit 4359be5468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -660,12 +660,6 @@ ul {
}
}
@media screen and (max-height: 640px) and (min-width: 990px) {
body {
height: 87vh
}
}
.shown {
display: flex;
}

Loading…
Cancel
Save