- change dropdown list font weight to bold

- fix a UI issue of bar display
This commit is contained in:
Xen 2020-05-16 12:35:48 +08:00
parent 67708a5432
commit 7a66e49ac3
1 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ blockquote {
border-radius: 12px;
height: 24px;
font-size: 12px;
font-weight: bold;
z-index: inherit;
}
@ -123,7 +124,7 @@ input {
.input-field {
margin-top: 0px;
margin-bottom: 5px;
margin-bottom: -5px;
}
.config-row {