diff options
| author | 2025-04-18 17:36:26 +0200 | |
|---|---|---|
| committer | 2025-04-18 17:36:26 +0200 | |
| commit | 2fce02780876d5e4c4f32e0ca341c43a5d8b21a8 (patch) | |
| tree | 409adbe897de49e6ae2ca0dedbec4bfd044e10fd /web/source/css/thread.css | |
| parent | [chore] Don't push `latest` Docker image on prerelease (#4017) (diff) | |
| download | gotosocial-2fce02780876d5e4c4f32e0ca341c43a5d8b21a8.tar.xz | |
[feature/frontend] Hide "engagement" stats, edits, and other info under a little drop down to unclutter status info bar (#4021)
* dick about with stats a bit
* more dicking abuot
* lil tweaks
* more about-dicking
* weee
* comments
* fixie uppie
Diffstat (limited to 'web/source/css/thread.css')
| -rw-r--r-- | web/source/css/thread.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/web/source/css/thread.css b/web/source/css/thread.css index c67c95d4e..75dda550b 100644 --- a/web/source/css/thread.css +++ b/web/source/css/thread.css @@ -79,9 +79,18 @@ &.indent-3, &.indent-4, &.indent-5 { - .status-link { - margin-left: -0.5rem; + /* + Show a stripey line to the left of + indented statuses for better legibility. + */ + &::before { + content: ""; + position: absolute; + left: 0; + top: 0; + height: 100%; border-left: 0.15rem dashed $border-accent; + margin-left: -0.5rem; } } |
