From 2799b19b14012090e1e78586789ef16e1dbbb732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Vigh?= Date: Sat, 1 May 2021 20:20:39 +0200 Subject: [PATCH] hide the map selection and jump to location elements on mobile view --- public/static/css/map_editor.css | 3 +++ views/admin/map_editor.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/static/css/map_editor.css b/public/static/css/map_editor.css index 9a3c59c..3336e50 100644 --- a/public/static/css/map_editor.css +++ b/public/static/css/map_editor.css @@ -77,6 +77,9 @@ #placeControl { top: calc(50% + 10px); } + .hideOnMobile { + display: none; + } } @media screen and (min-width: 1000px), (max-height: 599px) { diff --git a/views/admin/map_editor.php b/views/admin/map_editor.php index 9a5691f..a7234c2 100644 --- a/views/admin/map_editor.php +++ b/views/admin/map_editor.php @@ -13,12 +13,12 @@ @section(subheader) + --> + -->