Fix awkward spacing between song title and artist (#861)

This commit is contained in:
christianwenz 2022-12-12 00:10:19 +01:00 committed by GitHub
parent 57f3555bcb
commit d65e3c9b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ h1 {
/* Artist name in player */
.main-nowPlayingWidget-nowPlaying .main-trackInfo-artists {
overflow: unset;
padding-top: 5px;
font-size: 15px;
}