UI: Make audio icons consistent
Force them to align to a 16x16 pixel grid, and match the style of other icons in the main UI.
This commit is contained in:
parent
2de20ac00d
commit
b74b5fec65
@ -1169,6 +1169,11 @@ MuteCheckBox {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
MuteCheckBox::indicator {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
MuteCheckBox::indicator:checked {
|
||||
image: url(./Dark/mute.svg);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user