Skip to content

Commit

Permalink
ui: tweak cover border appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Apr 27, 2024
1 parent 733fbf6 commit f4c871f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ body {
}

& .now-playing-display .now-playing-cover {
border-radius: var(--border-radius);
height: 100%;
aspect-ratio: 1 / 1;
border-top-left-radius: var(--border-radius);
border-bottom-left-radius: var(--border-radius);
box-shadow: 0px 0px 0px 2px var(--dark-bg-color)inset;
background-size: cover;
background-color: var(--light-bg-color);
}
Expand Down

0 comments on commit f4c871f

Please sign in to comment.