From bfaf4c11538e63f5cb110b1e7e2daa4c5577b9bc Mon Sep 17 00:00:00 2001 From: partisan Date: Thu, 26 Sep 2024 22:00:27 +0200 Subject: [PATCH] mobile button fix --- static/css/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index c1ce038..9fc2778 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1862,12 +1862,32 @@ body, h1, p, a, input, button { display: none; } + .icon-button { + margin-top: 30px; + } + + .icon-button button { + margin-top: 30px; + } + + .icon-button p { + margin-top: 30px; + } + #clearSearch { top: 6px; } } + /* This is really bad */ +@media only screen and (max-width: 400px) { + + .icon-button { + padding: 5% + } +} + /* Ensuring dark theme compliance */ @media (prefers-color-scheme: dark) { .leaflet-control-locate,