feat: increase album art to 330px (+50%)
This commit is contained in:
parent
80c702fc2d
commit
6e178837d2
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ html, body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4%;
|
top: 4%;
|
||||||
right: 2%;
|
right: 2%;
|
||||||
width: 220px;
|
width: 330px;
|
||||||
height: 220px;
|
height: 330px;
|
||||||
border-radius: 6px;
|
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));
|
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;
|
transition: opacity 0.6s ease, box-shadow 0.6s ease;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue