Fix: Adjusted the gap between song and artist name

This commit is contained in:
lscambo13
2025-02-02 14:45:18 +05:30
parent a65c30796c
commit 9590424ac7

View File

@@ -2209,17 +2209,19 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
} }
} }
.nowPlayingInfoContainerMedia>div:not(.hide) {
margin-bottom: 1em;
}
.nowPlayingSongName.nowPlayingEpisode { .nowPlayingSongName.nowPlayingEpisode {
margin-bottom: 1em;
font-size: 1.25em; font-size: 1.25em;
color: var(--textColor); color: var(--textColor);
} }
.nowPlayingAlbum.nowPlayingSeason { .nowPlayingAlbum.nowPlayingSeason {
color: var(--dimTextColor); color: var(--dimTextColor);
margin-bottom: .5em;
}
.nowPlayingArtist.nowPlayingSerie{
margin-bottom: .5em;
} }
.playlistIndexIndicatorImage { .playlistIndexIndicatorImage {