Fix port settings width is too small on iPad Safari

This commit is contained in:
2023-06-26 20:29:38 +08:00
parent 3b2b8bf300
commit 4a9687a045

View File

@@ -59,6 +59,10 @@ body {
min-width: 50%;
}
.settings #s-port .mdc-text-field {
min-width: 100px;
}
.settings div.text.helper {
display: flex;
}