From d4edf3a067f3187e05bf09a56ac39f4ae4e61600 Mon Sep 17 00:00:00 2001
From: Anton Sarukhanov <code@ant.sr>
Date: Wed, 3 Feb 2016 22:39:39 -0500
Subject: [PATCH] Hide locate btn in embed

---
 static/css/map.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/static/css/map.css b/static/css/map.css
index 5680d42..7adb1d8 100644
--- a/static/css/map.css
+++ b/static/css/map.css
@@ -40,7 +40,8 @@ html, body {
 }
 
 /* Embed Mode - Hide UI stuff */
-#map.embed .leaflet-control {
+#map.embed .leaflet-control,
+#map.embed ~ #locate {
     display: none;
 }
 
-- 
GitLab