Merge pull request #32 from meowarex/dev

Darken Feed Panel
This commit is contained in:
Meow Meow
2025-06-06 03:00:21 +10:00
committed by GitHub
@@ -70,17 +70,22 @@ main,
-webkit-backdrop-filter: blur(10px) !important; -webkit-backdrop-filter: blur(10px) !important;
} }
/* Feed sidebar - completely transparent to show background */ /* Feed sidebar panel - black tint background for readability | Cheers @isolate for the idea */
[data-test="feed-sidebar"], [data-test="feed-sidebar"] {
[class^="_feedSidebarVStack"], background-color: rgba(0, 0, 0, 0.5) !important;
[class^="_feedSidebarSpacer"],
[class^="_feedSidebarItem"],
[class^="_feedSidebarItemDiv"] {
background-color: transparent !important;
backdrop-filter: blur(10px) !important; backdrop-filter: blur(10px) !important;
-webkit-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 */ /* Remove bottom gradient */
[class^="_bottomGradient"] { [class^="_bottomGradient"] {
display: none !important; display: none !important;