Apply controls offset for Adwaita icons only

Only some icons from Adwaita get size modifications. Others themes do not need this, so they should not have an offset applied.
This commit is contained in:
Rafostar
2021-03-31 21:38:44 +02:00
parent 43acfddb06
commit d04297620b

View File

@@ -75,8 +75,10 @@ radio {
font-size: 21px;
font-weight: 500;
}
.playercontrols {
.adwicons .playercontrols {
margin-bottom: -1px;
}
.playercontrols {
margin-left: 2px;
margin-right: 2px;
}