Gives you a Spinning thumbnail for your spotify........
Spinning Thumbnail Spotify by him
Details
Authorhim
LicenseNo License
Categoryopen.spotify.com
Created
Updated
Size501 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Spinning Thumbnail Spotify
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("spotify.com") {
/* Insert code here... */
}
.CmkY1Ag0tJDfnFXbGgju {
border-top-color: blue ;
border-radius: 50%;
animation: spin 20s linear infinite;
}
.CmkY1Ag0tJDfnFXbGgju>div{
box-sizing: border-box;
width: 100%;
height: 100%;
}