mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
fix(Turntable): cover art roundness and rotation (#1009)
This commit is contained in:
parent
e8aace4848
commit
99778f995a
@ -94,6 +94,10 @@
|
|||||||
border-radius: var(--round-value)
|
border-radius: var(--round-value)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-nowPlayingWidget-coverArt > .cover-art {
|
||||||
|
clip-path: circle(50% at 50% 50%);
|
||||||
|
}
|
||||||
|
|
||||||
.main-nowPlayingWidget-coverArt .cover-art.shadow {
|
.main-nowPlayingWidget-coverArt .cover-art.shadow {
|
||||||
width: 62px !important;
|
width: 62px !important;
|
||||||
height: 62px !important;
|
height: 62px !important;
|
||||||
@ -410,11 +414,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Rotate turntable */
|
/* Rotate turntable */
|
||||||
.main-nowPlayingWidget-coverArt > .cover-art,
|
.main-nowPlayingWidget-coverArt > .cover-art,
|
||||||
#fad-art {
|
#fad-art {
|
||||||
animation: rotate-cover_img 24s linear infinite paused
|
animation: rotate-cover_img 24s linear infinite
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes rotate-cover_img {
|
@keyframes rotate-cover_img {
|
||||||
|
Loading…
Reference in New Issue
Block a user