mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Fix text alignement of the album and artirst
Fix suggested by @ferferga for the alignment of the album, artist button in the player. Artist and album text are now align on the left.
This commit is contained in:
parent
859ec893c2
commit
dbdfd25eef
@ -36,12 +36,10 @@
|
||||
margin: 0 0 0.5em 0.5em;
|
||||
}
|
||||
|
||||
.nowPlayingAlbum a {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.nowPlayingAlbum a,
|
||||
.nowPlayingArtist a {
|
||||
font-weight: normal;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.nowPlayingButtonsContainer {
|
||||
|
Loading…
Reference in New Issue
Block a user