mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-07-05 09:01:17 +02:00
Add a new css rule for screens smaller than 500px.
This commit is contained in:
@ -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) {
|
@media (min-width: 700px) {
|
||||||
/* #editor {
|
/* #editor {
|
||||||
max-width: 480px;
|
max-width: 480px;
|
||||||
|
Reference in New Issue
Block a user