New: Made now playing song title font size larger

This commit is contained in:
lscambo13
2025-01-25 17:28:30 +05:30
parent db54d95035
commit b7213eb936

View File

@@ -2046,4 +2046,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
.nowPlayingInfoContainerMedia>div:not(.hide) {
margin-bottom: 1em;
}
.nowPlayingSongName.nowPlayingEpisode{
font-size: 1.25em;
color: var(--textColor);
}
.nowPlayingAlbum.nowPlayingSeason{
color: var(--dimTextColor);
}