Skip to content

Commit

Permalink
Album size inside HUD scales better
Browse files Browse the repository at this point in the history
  • Loading branch information
rstemmer committed Jan 23, 2021
1 parent 213ce4a commit daaf099
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions webui/css/views/MusicDBHUD.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,17 @@ div.MusicDBHUD .ArtworkBox
}
div.MusicDBHUD .ArtworkBox[data-musictype="unknown"] > .Artwork
{
width: 60px;
height: 60px;
width: 4em;
height: 4em;
}
div.MusicDBHUD .ArtworkBox[data-musictype="audio"] > .Artwork
{
width: 60px;
height: 60px;
width: 4em;
height: 4em;
}
div.MusicDBHUD .ArtworkBox[data-musictype="video"] > .Artwork
{
/* TODO */
width: 107px; /* 16:9 */
height: 60px;
}
Expand Down

0 comments on commit daaf099

Please sign in to comment.