improve login form responsiveness

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-04-06 22:31:39 +00:00
parent 15822fdacb
commit cabea750db
6 changed files with 5 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ form input, form label, form legend {
form input, form select {
border: solid var(--content-txt-color) 1px;
min-width: fit-content;
width: 100%;
}
form input:focus, form select:focus {

View File

@@ -7,8 +7,6 @@
}
}
@media screen and (max-width: 1000px) {
* {
}
#instance-status {
display: none;
}