From 85f966bfc9c8a045452782114cb5a04667ec0705 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 30 Oct 2023 09:38:41 +0800 Subject: [PATCH] Remove this fit-content fix It makes content jumpy --- src/app.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app.css b/src/app.css index e915fcb2..c1be7277 100644 --- a/src/app.css +++ b/src/app.css @@ -329,10 +329,6 @@ 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;