Merge pull request #1036 from JeLuF/overlap

Prevent collisions of 'What's new' and the server status
This commit is contained in:
cmdr2 2023-03-20 09:51:22 +05:30 committed by GitHub
commit 856724b9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -831,7 +831,7 @@ input::file-selector-button {
}
/* Small screens */
@media screen and (max-width: 1265px) {
@media screen and (max-width: 1365px) {
#top-nav {
flex-direction: column;
}