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 {
|
||||
position: relative;
|
||||
border-radius: 50% !important;
|
||||
border: 0.125vw solid #ccc;
|
||||
border: .125vw solid `#ccc`;
|
||||
animation: spin 200s linear infinite;
|
||||
}
|
||||
|
||||
`@media` (prefers-reduced-motion: reduce) {
|
||||
.fullscreen-artwork-card.cd {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
.cd-ring {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue