Skip to content

Commit

Permalink
UPD: background tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMaille committed May 6, 2024
1 parent d6cc950 commit 92d137a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ img.main-devicePicker-nowPlayingActiveIcon,
left: 0;
right: 0;
bottom: 0;
filter: blur(50px) contrast(1.5) saturate(1.5);
filter: blur(50px) contrast(3) saturate(1.5);
pointer-events: none;
backface-visibility: hidden;
transition: background-image linear 0.35s;
Expand All @@ -151,11 +151,11 @@ img.main-devicePicker-nowPlayingActiveIcon,
}

#main::before {
translate: -30%;
translate: -35%;
}

.Root__top-container::before {
translate: 30%;
translate: 15%;
}

/* context menu */
Expand Down

0 comments on commit 92d137a

Please sign in to comment.