mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user