Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6eab746 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Aug 19, 2024
1 parent 8deefc1 commit afd6b3d
Show file tree
Hide file tree
Showing 3 changed files with 1,540 additions and 1,462 deletions.
26 changes: 22 additions & 4 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ body {
grid-template-rows: 5rem 1fr;

@media screen and (max-width: 512px) {
grid-template-columns: 1fr;
}
grid-template-columns: 1fr;
}

gap: 1.5rem;
padding: 1.5rem;
Expand All @@ -41,6 +41,7 @@ body {
& .item-list,
& .playlist {
display: flex;
position: relative;
flex-direction: column;
height: 100%;
overflow: hidden;
Expand All @@ -50,7 +51,7 @@ body {
& .playlist {
display: none;
}
}
}

& .playlist div.row:has(div.playing) {
filter: brightness(120%);
Expand All @@ -70,7 +71,7 @@ body {
}

& .now-playing-display.box {
position:relative;
position: relative;
display: flex;
flex-direction: row;
flex-grow: 1;
Expand Down Expand Up @@ -112,3 +113,20 @@ body {
}
}
}


.big-cover {
width: 100%;
height: 100%;
position: absolute;
z-index: 100;
background-color: var(--light-bg-color);

& div {
width: 100%;
height: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
}
Loading

0 comments on commit afd6b3d

Please sign in to comment.