From e0ed7daa87e008fa9d912c37e1caba23cfbf4aa3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 19 Dec 2022 10:05:50 +0800 Subject: [PATCH] Styling fixes --- src/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 984440d1..885447bb 100644 --- a/src/app.css +++ b/src/app.css @@ -146,7 +146,7 @@ a.mention span { .timeline.contextual > li.descendant { position: relative; } -.timeline.contextual > li.descendant:not(.thread) { +.timeline.contextual > li.descendant { padding-bottom: 1em; } .timeline.contextual > li.descendant:not(.thread) > .status-link { @@ -230,6 +230,9 @@ a.mention span { .timeline.contextual > li .replies[open] summary { border-bottom-left-radius: 0; } +.timeline.contextual > li .replies summary[hidden] { + display: none; +} .timeline.contextual > li .replies li { position: relative; } @@ -307,6 +310,7 @@ a.mention span { } .status-link:hover { background-color: var(--link-bg-hover-color); + mix-blend-mode: multiply; } .ui-state {