Merge pull request #571 from madrang/tabs-css

Add a new css rule for screens smaller than 500px.
This commit is contained in:
cmdr2 2022-11-30 13:24:38 +05:30 committed by GitHub
commit 648b142a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -734,6 +734,15 @@ input::file-selector-button {
}
}
@media screen and (max-width: 500px) {
#server-status #server-status-msg {
display: none;
}
#server-status:hover #server-status-msg {
display: inline;
}
}
@media (min-width: 700px) {
/* #editor {
max-width: 480px;