fix switcher bar icon sizing

This commit is contained in:
Aran-Fey
2024-06-30 22:08:22 +02:00
parent 7847cfe23d
commit 3398d1dfda

View File

@@ -2347,11 +2347,16 @@ $rio-input-box-text-distance-from-bottom: 0.4rem; // To be aligned with the <inp
color 0.1s ease-out;
}
.rio-switcher-bar-option svg {
.rio-switcher-bar-option > .rio-switcher-bar-icon {
width: 1.8rem;
height: 1.8rem;
margin-bottom: 0.5rem;
fill: currentColor;
& > svg {
width: 100%;
height: 100%;
}
}
.rio-switcher-bar-option:hover {