feat: increase album art to 330px (+50%)

This commit is contained in:
ltadeu6 2026-06-07 12:18:36 -03:00
parent 80c702fc2d
commit 6e178837d2
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -156,8 +156,8 @@ html, body {
position: absolute;
top: 4%;
right: 2%;
width: 220px;
height: 220px;
width: 330px;
height: 330px;
border-radius: 6px;
box-shadow: 0 0 18px rgba(0,0,0,0.8), 0 0 8px var(--theme-color, rgba(0,220,255,0.5));
transition: opacity 0.6s ease, box-shadow 0.6s ease;