Skip to content

Commit

Permalink
fix(Turntable): cover art roundness and rotation (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Nov 9, 2023
1 parent e8aace4 commit 99778f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Turntable/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
border-radius: var(--round-value)
}

.main-nowPlayingWidget-coverArt > .cover-art {
clip-path: circle(50% at 50% 50%);
}

.main-nowPlayingWidget-coverArt .cover-art.shadow {
width: 62px !important;
height: 62px !important;
Expand Down Expand Up @@ -410,11 +414,10 @@
}
}


/* Rotate turntable */
.main-nowPlayingWidget-coverArt > .cover-art,
#fad-art {
animation: rotate-cover_img 24s linear infinite paused
animation: rotate-cover_img 24s linear infinite
}

@keyframes rotate-cover_img {
Expand Down

0 comments on commit 99778f9

Please sign in to comment.