New: Made now playing song title font size larger
This commit is contained in:
parent
db54d95035
commit
b7213eb936
1 changed files with 9 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Reference in a new issue