From 8e1d9a4871be31ff1c169bcc1e2795827f45351e Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 22 Jan 2025 19:23:41 +0100 Subject: [PATCH] Improved mobile filter element spacing --- public/css/grocy.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index 8bfa4c7d..168be879 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -552,3 +552,10 @@ canvas.drawingBuffer { pointer-events: none; opacity: 0.5; } + +@media (max-width: 992px) { + + #table-filter-row div:not(:first-of-type) { + margin-top: 8px; + } +}