forked from extern/easydiffusion
Add a new css rule for screens smaller than 500px.
This commit is contained in:
parent
cb02b5ba18
commit
a99209b674
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user