From 5f263d36586eb6efda6372fc8607eb4c320a1fc3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 17 Apr 2023 20:52:05 +0800 Subject: [PATCH] Stronger loader for large screen --- src/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app.css b/src/app.css index abbd0ffe..9e11ee1f 100644 --- a/src/app.css +++ b/src/app.css @@ -185,6 +185,11 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { ); animation: indeterminate-bar 1s ease-in-out infinite alternate; } +@media (min-width: 40em) { + .deck > header.loading:after { + height: 8px; + } +} .timeline { margin: 0 auto;