Fix legend labels in Firefox, fix colored labels slider
This commit is contained in:
@@ -252,13 +252,17 @@ fieldset {
|
||||
}
|
||||
|
||||
legend {
|
||||
display: flex;
|
||||
display: inline-block;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--fg-color);
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
|
||||
* {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
i {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user