diff options
| author | 2025-04-18 17:36:26 +0200 | |
|---|---|---|
| committer | 2025-04-18 17:36:26 +0200 | |
| commit | 2fce02780876d5e4c4f32e0ca341c43a5d8b21a8 (patch) | |
| tree | 409adbe897de49e6ae2ca0dedbec4bfd044e10fd /web/assets/themes/soft.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/assets/themes/soft.css')
| -rw-r--r-- | web/assets/themes/soft.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/assets/themes/soft.css b/web/assets/themes/soft.css index 691558bee..01a8729f7 100644 --- a/web/assets/themes/soft.css +++ b/web/assets/themes/soft.css @@ -142,3 +142,9 @@ code, code[class*="language-"] { blockquote { background-color: var(--soft-lilac-translucent); } + +/* Status info dropdown content */ +.status.expanded .status-info .status-stats .stats-more-info-content, +.status .status-info .status-stats .stats-more-info-content { + background: var(--soft-pink); +} |
