mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Update inputbox width for settings page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user