diff options
author | FrostyBiscuit <[email protected]> | 2025-02-20 12:02:17 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-20 12:02:17 +0100 |
commit | 256c8f52c6aae336bd6826e787477f9ef598393b (patch) | |
tree | b1b0f06a9f706efed5398ed1787ab97822f36ee6 | |
parent | dc0559d2cdeefb6ebbf971e4906249bdd2422c97 (diff) |
Fixed reddit.com comment sort container
-rw-r--r-- | styles/websites/reddit.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/styles/websites/reddit.css b/styles/websites/reddit.css index a318d57..b3d1291 100644 --- a/styles/websites/reddit.css +++ b/styles/websites/reddit.css @@ -103,6 +103,12 @@ comment-body-header { .bg-neutral-background {
background: none !important;
}
+
+ shreddit-comments-sort-dropdown {
+ --color-neutral-background: transparent;
+ padding: 10px;
+ margin-top: 0 !important;
+ }
}
shreddit-comment-tree {
|