mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00: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
1 changed files with 2 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue