From 9e70d705882b664558ada269e3c39094f23c0ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20K=C5=82os?= Date: Tue, 19 Mar 2019 13:04:17 +0100 Subject: [PATCH] Don't hide last modification if height is small Change-Id: Ic8986e8a9c36bd1c4ede9e604b07d93974c1a05f --- loleaflet/css/loleaflet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index c9a590215..fbc9bddc7 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -105,7 +105,7 @@ body { background: url('images/baseline-edit-24px.svg') no-repeat center !important; } -@media (max-width: 900px),(max-device-height: 900px) { +@media (max-width: 900px) { #menu-last-mod { display: none; }