Gives You a hoverrable button design..........
Hover button view for Spotify by him
Details
Authorhim
LicenseNo License
Categoryopen.spotify.com
Created
Updated
Size410 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") {
.eNs6P3JYpf2LScgTDHc6:hover{
background-color: #1d1d1d;
width: revert;
margin-left: 10px;
margin-right: 10px;
border-radius: 8px
}
}