okkayy
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
9b9b3c8d96
commit
f351116a90
1 changed files with 7 additions and 1 deletions
|
|
@ -11501,10 +11501,16 @@ img.cd {
|
||||||
.fullscreen-artwork-card.cd {
|
.fullscreen-artwork-card.cd {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 50% !important;
|
border-radius: 50% !important;
|
||||||
border: 0.125vw solid #ccc;
|
border: .125vw solid `#ccc`;
|
||||||
animation: spin 200s linear infinite;
|
animation: spin 200s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
`@media` (prefers-reduced-motion: reduce) {
|
||||||
|
.fullscreen-artwork-card.cd {
|
||||||
|
animation: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.cd-ring {
|
.cd-ring {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue