summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles/websites/reddit.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/styles/websites/reddit.css b/styles/websites/reddit.css
index dccd33b..a318d57 100644
--- a/styles/websites/reddit.css
+++ b/styles/websites/reddit.css
@@ -38,13 +38,11 @@ html {
/* Styles by FrostyBiscuit */
#flex-left-nav-container {
background: none !important;
- position: sticky;
- top: var(--shreddit-header-height);
+ border: 0 !important;
}
.left-sidebar {
background-color: var(--transparent-background) !important;
- backdrop-filter: var(--backdrop-blur);
border: 0 !important;
.text-secondary-weak {
@@ -96,7 +94,7 @@ shreddit-post {
}
}
-coment-body-header {
+comment-body-header {
background: var(--transparent-background) !important;
border-radius: var(--border-radius-lg) !important;
margin-bottom: 20px;
@@ -107,7 +105,7 @@ coment-body-header {
}
}
-shrddit-comment-tree {
+shreddit-comment-tree {
--shreddit-content-background: var(--transparent-background);
--color-neutral-background: transparent;
border-radius: var(--border-radius-lg);