This commit is contained in:
2023-06-23 09:09:52 +08:00
parent 319adc7e93
commit b9132406e7
8 changed files with 196 additions and 4 deletions

View File

@@ -44,3 +44,15 @@
.settings div.text.helper label {
margin-top: 14px;
}
.settings div.text.outlined .mdc-text-field label {
top: 14px;
}
.settings div.text.outlined .mdc-text-field.mdc-text-field--focused label {
top: 22px;
}
.settings div.text.outlined {
margin-top: 5px;
}