Add a new css rule for screens smaller than 500px.

This commit is contained in:
Marc-Andre Ferland 2022-11-28 20:22:28 -05:00
parent cb02b5ba18
commit a99209b674

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;