Skip to content

Commit

Permalink
feat: make the Now Playing view adaptive
Browse files Browse the repository at this point in the history
When you are in the normal browsing mode (i.e. the now player view is not open) the now player view woud still request 294px, however the miniplayer is already visible which caused overflow.
  • Loading branch information
vixalien committed Feb 5, 2024
1 parent 0bd02ac commit 0afd20d
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 175 deletions.
10 changes: 10 additions & 0 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,13 @@ button.large {
.pad-last-child > *:last-child {
padding-bottom: 6px;
}

.song-title {
font-size: 15pt;
font-weight: 800;
}

.song-title,
.song-artists {
min-height: 1.5em;
}
Loading

0 comments on commit 0afd20d

Please sign in to comment.