This commit is contained in:
2023-05-27 08:34:18 +08:00
parent a00002a3b8
commit 7ef2014fec
3 changed files with 50 additions and 13 deletions

View File

@@ -22,10 +22,20 @@
width: 100vw;
}
.settings div.text {
width: 100%;
}
.settings label {
line-height: 40px;
}
.settings label.text {
line-height: 64px;
.settings .mdc-text-field label {
line-height: revert;
top: 22px;
bottom: auto;
}
.settings #s-cookies .mdc-text-field {
min-width: 50%;
}