From 4b129728519bba7f0fb3f66d650f193c6ee66ce0 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Mon, 16 May 2016 17:48:14 +0200 Subject: Frontend: Hide certain elements in public-mode Probably a few more items that needs to be added here. --- web/index.html | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index c6a8b43..d3cf567 100644 --- a/web/index.html +++ b/web/index.html @@ -46,6 +46,9 @@ display: block; z-index: 999; } + .gondul-public .gondul-is-private { + display: none; + } .vertical h1.map-mode-title { left: 30px; bottom: 0px; @@ -97,7 +100,7 @@