fix(Turntable): cover art roundness and rotation (#1009)

This commit is contained in:
Grigory 2023-11-10 04:49:22 +05:00 committed by GitHub
parent e8aace4848
commit 99778f995a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
@ -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 {