Remove height restriction

Currently has blank black space at the bottom of the screen on 13" devices
pull/1223/head
pakmmc 8 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;
}
@ -890,4 +884,4 @@ a:-webkit-any-link {
#send-button:hover {
border: 1px solid #e4d4ffc9;
}
}

Loading…
Cancel
Save