Rounds out album art & softens shadows, fun new shape on artist profile avatars, adds a blurred glass translucency to the music status / playhead.
Pandora modernizer by chrislachance
Details
Authorchrislachance
LicenseNo License
Categorypandora.com
Created
Updated
Size969 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 www.pandora.com - Jun 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Pandora modernizer
@author Chris LaChance
==/UserStyle== */
@-moz-document domain("pandora.com") {
.nowPlayingTopInfo__hitArea,
.nowPlayingTopInfo__artContainer *{
border-radius:5%;
box-shadow:none;
border:none;
}
.SourceListItem__img img{
border-radius:.5rem !important;
}
.nowPlayingTopInfo__hitArea{
border-bottom:1px solid #0004;
box-shadow:
0 2px 3px rgba(0,0,0,.05),
0 5px 8px rgba(0,0,0,.07),
0 12px 18px rgba(0,0,0,0.1),
0 40px 60px rgba(0,0,0,.15);
}
.Fillet__image,.RowItemImage--circle img{
border-radius:33% 67% 62% 38% / 33% 41% 59% 67% !important;
}
.Tuner{
background:#224099bb;
backdrop-filter: blur(1.5rem);
}
}