Skip to content

Commit

Permalink
Deploying to gh-pages from @ 204b875 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Apr 25, 2024
1 parent a3e70b5 commit 15694da
Show file tree
Hide file tree
Showing 4 changed files with 2,575 additions and 2,547 deletions.
16 changes: 10 additions & 6 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ body {

width: 100%;
height: 100%;
}

#main-layout .item-list {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
& .item-list, & .playlist {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}

& .playlist div.row:has(div.playing) {
filter: brightness(120%);
}
}

#main-layout .player-wrapper {
Expand Down
Loading

0 comments on commit 15694da

Please sign in to comment.