Fix: Some button icons were invisible

This commit is contained in:
lscambo13
2025-01-15 09:42:17 -08:00
parent d7d5e46714
commit dc4ce0c51e

View File

@@ -45,6 +45,12 @@ html {
-webkit-tap-highlight-color: transparent !important; -webkit-tap-highlight-color: transparent !important;
} }
/* The icon pack that we use does not have some icons, so we use the default icon pack on those */
.material-icons.lyrics,
.material-icons.bookplayerButtonIcon {
font-family: 'Material Icons' !important;
}
.dashboardFooter { .dashboardFooter {
font-family: Noto Sans; font-family: Noto Sans;
transition: transform 50ms; transition: transform 50ms;