summaryrefslogtreecommitdiff
path: root/web/assets/themes/midnight-trip.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-18 17:36:26 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-18 17:36:26 +0200
commit2fce02780876d5e4c4f32e0ca341c43a5d8b21a8 (patch)
tree409adbe897de49e6ae2ca0dedbec4bfd044e10fd /web/assets/themes/midnight-trip.css
parent[chore] Don't push `latest` Docker image on prerelease (#4017) (diff)
downloadgotosocial-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/midnight-trip.css')
-rw-r--r--web/assets/themes/midnight-trip.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/assets/themes/midnight-trip.css b/web/assets/themes/midnight-trip.css
index 059e4ac8e..3f8619098 100644
--- a/web/assets/themes/midnight-trip.css
+++ b/web/assets/themes/midnight-trip.css
@@ -129,6 +129,16 @@ html, body {
background: black;
}
+/* Status info dropdown content */
+.status.expanded .status-info .status-stats .stats-more-info-content,
+.status .status-info .status-stats .stats-more-info-content {
+ background-color: black;
+ border: 0.25rem solid var(--magenta);
+}
+.status .status-info .status-stats .stats-item.edit-timeline {
+ border-top: 0.15rem dotted var(--acid-green);
+}
+
/* Back + next links */
.backnextlinks {
background: var(--gray1);