From a0a618d2cc0f5a6a8423d9eeb6fca54fcf8b41ff Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 3 Nov 2016 05:25:43 +1300 Subject: Simplify device size check --- web/app.css | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'web/app.css') diff --git a/web/app.css b/web/app.css index 9541760..6a7ea9e 100644 --- a/web/app.css +++ b/web/app.css @@ -12,19 +12,6 @@ display: none !important; } -.state-indicator { - position: absolute; - top: -999em; - left: -999em; - z-index: 0; -} - -@media all and (max-device-width: 768px) { - .state-indicator { - z-index: 1; - } -} - #attribution { position: absolute; bottom: 10px; -- cgit v1.2.3