Darken Feed Panel

This commit is contained in:
2025-06-06 02:58:58 +10:00
parent 2f0bb835d5
commit 7679b3c4ba
@@ -70,17 +70,22 @@ main,
-webkit-backdrop-filter: blur(10px) !important;
}
/* Feed sidebar - completely transparent to show background */
[data-test="feed-sidebar"],
[class^="_feedSidebarVStack"],
[class^="_feedSidebarSpacer"],
[class^="_feedSidebarItem"],
[class^="_feedSidebarItemDiv"] {
background-color: transparent !important;
/* Feed sidebar panel - black tint background for readability | Cheers @isolate for the idea */
[data-test="feed-sidebar"] {
background-color: rgba(0, 0, 0, 0.5) !important;
backdrop-filter: blur(10px) !important;
-webkit-backdrop-filter: blur(10px) !important;
}
/* Feed sidebar items - transparent | Cheers @isolate for the idea */
[class*="_feedSidebarItem"],
[class*="_feedSidebarItemDiv"],
[class*="_cellContainer"],
[data-test="feed-interval"],
[data-test="feed-item"] {
background-color: transparent !important;
}
/* Remove bottom gradient */
[class^="_bottomGradient"] {
display: none !important;