From 1a5816f8866873695a00ec4bccad35dc88240a36 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 28 Jan 2023 14:05:04 +0800 Subject: [PATCH] Try disabling the fade-out when loading context Too distracting. --- src/app.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app.css b/src/app.css index 70d35b1f..3e329eea 100644 --- a/src/app.css +++ b/src/app.css @@ -315,13 +315,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { left: calc(50px + 16px + 12px); } .timeline.contextual.loading > li:not(.hero) { - opacity: 0.5; + /* opacity: 0.5; */ pointer-events: none; - /* background-image: none !important; */ } -/* .timeline.contextual.loading > li:not(.hero):before { - content: none !important; -} */ .timeline-deck.compact .status { max-height: max(25vh, 160px);