Update inputbox width for settings page

This commit is contained in:
2023-06-27 12:46:36 +08:00
parent 15cec9f11b
commit a890a40a62

View File

@@ -56,10 +56,18 @@ body {
bottom: auto;
}
.settings #s-cookies .mdc-text-field {
.settings .text-box div.text:not(.helper, #s-port) .mdc-text-field {
min-width: 50%;
}
.settings .text-box div.text.helper>div {
min-width: 50%;
}
.settings .text-box div.text.helper .mdc-text-field {
min-width: 100%;
}
.settings #s-port .mdc-text-field {
min-width: 100px;
}
@@ -267,7 +275,7 @@ div.new_task>div.container>div.bottom {
}
}
@media (max-width:767px) {
@media (max-width:810px) {
.settings {
padding-top: 0;
}
@@ -287,7 +295,7 @@ div.new_task>div.container>div.bottom {
}
.settings .text-box .mdc-text-field {
margin: 0;
margin: 1px;
width: 100%;
}
@@ -295,6 +303,10 @@ div.new_task>div.container>div.bottom {
margin-top: 5px;
}
.settings .text-box div.text.helper>div {
min-width: 100%;
}
button.mdc-button {
margin: 5px;
}