From 1e8e3e6a47ef46680b2b261d8436d8b193f5da8b Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Wed, 2 Oct 2024 01:00:51 +0200 Subject: [PATCH] Restore mobile button position --- quartz/components/styles/explorer.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/quartz/components/styles/explorer.scss b/quartz/components/styles/explorer.scss index f8266b37d..156613dfc 100644 --- a/quartz/components/styles/explorer.scss +++ b/quartz/components/styles/explorer.scss @@ -2,6 +2,9 @@ .explorer-container { overflow-y: hidden; + @media all and ($mobile) { + order: -1; + } .explorer { display: flex; @@ -12,7 +15,6 @@ display: flex; } @media all and ($mobile) { - order: -1; button#mobile-explorer { display: flex; } @@ -212,7 +214,7 @@ width: 100%; transition: all 300ms ease-in-out; overflow: hidden; - padding: 1rem 2rem 5rem; + padding: 2rem 2rem 4rem; height: 100%; max-height: calc(100dvh - 8rem); margin-top: 2rem;