diff options
author | FrostyBiscuit <[email protected]> | 2025-02-17 12:40:31 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-17 12:40:31 +0100 |
commit | 20b2f91e56c61ab349f375d6f0c02c45d474688c (patch) | |
tree | f91d19b81e2b91c394fffdd30ddadfa3db1bb2e7 | |
parent | cb61cc93f4f490f9f03252d8a7d2cfa51dafe640 (diff) |
Fixed reddit sidebar and selector typos
-rw-r--r-- | styles/websites/reddit.css | 8 |
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);
|