feat (ui): series onthouden
This commit is contained in:
@@ -109,6 +109,17 @@ body {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.search-combobox-row input[type="text"] {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
#searchDropdownBtn {
|
||||
min-width: 34px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.stack {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -345,6 +356,15 @@ button.secondary {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.settings-field input[type="number"] {
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.settings-danger-row {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.settings-check {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user