soulhotel/FF-ULTIMA

Youtube notifs look more vibrant than it should.

Closed this issue · 3 comments

Describe the bug

In youtube's notification tab thumbnail look more vibrant than normal.

Expected behavior

(A description of what you expected to happen)

Picture | Video

image

Edit** Three options:

  1. Remove lines 19-31 from z-site-yt.css to take the blurred background away from the notifications popup.

  2. Change the saturate to 70% which is pretty good, filter: saturate(70%) !important;

  3. Or, if you want to remove all of the YT styling -> delete the z-site-yt.css file.

/*--notification popups--*/
.style-scope.ytd-popup-container {
background-color: rgba(20,20,20,0.7) !important;
filter: saturate(140%) !important;
backdrop-filter: blur(33px);
border-radius: 10px !important;
}
.ytd-multi-page-menu-renderer {
background-color: rgba(20,20,20,0.7) !important;
filter: saturate(140%) !important;
backdrop-filter: blur(33px);
}

I think the best option is number 2, and I'll actually fix that in the theme for the next update as well.

version 1.8.5 has just been published with the 70% saturation adjustment. Much better, right?

2024-07-28_20-50

It looks great in new version.