From 23106640652981609f7ee5953b058d6583310375 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 26 Oct 2023 17:14:43 +0800 Subject: [PATCH] Make nested status link background more consistent --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index ccfb1624..0759b25d 100644 --- a/src/app.css +++ b/src/app.css @@ -275,6 +275,10 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { box-shadow: inset 0 -3px var(--comment-line-color), inset 0 3px var(--comment-line-color); overscroll-behavior-x: contain; + + .status-link { + width: fit-content; + } } .timeline.contextual .replies[data-comments-level='4'] { overflow-x: auto;