mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Adjusted the gap between song and artist name
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user