From 7eb77f5d1b884498116821dd246f2a846d57f6c8 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 5 Mar 2024 23:40:57 +0800 Subject: [PATCH] Larger separator even for mobile --- src/pages/catchup.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pages/catchup.css b/src/pages/catchup.css index d472dc38..36f46808 100644 --- a/src/pages/catchup.css +++ b/src/pages/catchup.css @@ -496,12 +496,8 @@ /* border-bottom: var(--hairline-width) solid var(--outline-color); */ &.separator { - height: 16px; + height: 32px; pointer-events: none; - - @media (min-width: 40em) { - height: 32px; - } } @media (min-width: 40em) {