summaryrefslogtreecommitdiff
path: root/web/assets/themes/ecks-pee.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/ecks-pee.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/ecks-pee.css')
-rw-r--r--web/assets/themes/ecks-pee.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/web/assets/themes/ecks-pee.css b/web/assets/themes/ecks-pee.css
index a85e5da0b..bd479c67b 100644
--- a/web/assets/themes/ecks-pee.css
+++ b/web/assets/themes/ecks-pee.css
@@ -238,6 +238,31 @@ blockquote {
border-right: 1px solid #001ea0;
}
+/* Status info dropdown button */
+.status .status-info .status-stats details.stats-more-info > summary {
+ color: var(--button-fg);
+ background: var(--ecks-pee-start-button);
+ border-left: 1px solid var(--ecks-pee-darkest-green);
+ border-right: 1px solid var(--ecks-pee-darkest-green);
+}
+.status .status-info .status-stats details.stats-more-info > summary:hover {
+ outline: 0;
+ background: var(--ecks-pee-light-green);
+}
+
+/* Status info dropdown content */
+.status .status-info .status-stats .stats-more-info-content,
+.status.expanded .status-info .status-stats .stats-more-info-content {
+ color: black;
+ text-shadow: none;
+ background: var(--ecks-pee-beige);
+ border: 0.2rem outset var(--ecks-pee-darker-beige);
+ border-radius: 0;
+}
+.status .status-info .status-stats .stats-item.edit-timeline {
+ border-top: var(--ecks-pee-dotted-trim);
+}
+
/* Button stuff */
button, .button {
border-left: 1px solid var(--ecks-pee-darkest-green);