Merge pull request #1223 from pakmmc/patch-1

Remove height restriction
pull/1236/head
Tekky 11 months ago committed by GitHub
commit 7d90d736b4
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