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/moonlight-hunt.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/moonlight-hunt.css')
| -rw-r--r-- | web/assets/themes/moonlight-hunt.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/assets/themes/moonlight-hunt.css b/web/assets/themes/moonlight-hunt.css index 630c7cd21..8dcfb0bb6 100644 --- a/web/assets/themes/moonlight-hunt.css +++ b/web/assets/themes/moonlight-hunt.css @@ -143,6 +143,12 @@ blockquote { background: var(--outer-space); } +/* 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(--outer-space); +} + /* Make show more/less buttons more legible */ .status .button { border: 1px solid var(--feral-orange); |
