summaryrefslogtreecommitdiff
path: root/web/source/css/thread.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-09-18 11:51:12 +0200
committerLibravatar GitHub <noreply@github.com>2024-09-18 11:51:12 +0200
commit2f56455eedd3748032427aa2ed20eda46ad54260 (patch)
tree5b545568e71e214322d5c23e9ae893443b2f41e3 /web/source/css/thread.css
parent[chore] improved federatingdb logging in cases of unknown iri / types (#3313) (diff)
downloadgotosocial-2f56455eedd3748032427aa2ed20eda46ad54260.tar.xz
[chore/frontend] Tweak status styling a little (#3317)
Diffstat (limited to 'web/source/css/thread.css')
-rw-r--r--web/source/css/thread.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/source/css/thread.css b/web/source/css/thread.css
index e2e6ae6b7..c67c95d4e 100644
--- a/web/source/css/thread.css
+++ b/web/source/css/thread.css
@@ -54,8 +54,6 @@
}
.status {
-
-
&.indent-1 {
margin-left: 0.5rem;
}
@@ -83,7 +81,7 @@
&.indent-5 {
.status-link {
margin-left: -0.5rem;
- border-left: 0.1rem dashed $border-accent;
+ border-left: 0.15rem dashed $border-accent;
}
}