diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-03 05:25:43 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-03 05:25:43 +1300 |
commit | a0a618d2cc0f5a6a8423d9eeb6fca54fcf8b41ff (patch) | |
tree | 49a792dceb63818fc70b475ea13dd1f1ca91e443 /web/app.css | |
parent | 3237c77de0acb66d8910f3ea6863d74ad6594266 (diff) | |
download | trackermap-web-a0a618d2cc0f5a6a8423d9eeb6fca54fcf8b41ff.tar.gz trackermap-web-a0a618d2cc0f5a6a8423d9eeb6fca54fcf8b41ff.tar.bz2 trackermap-web-a0a618d2cc0f5a6a8423d9eeb6fca54fcf8b41ff.zip |
Simplify device size check
Diffstat (limited to 'web/app.css')
-rw-r--r-- | web/app.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/web/app.css b/web/app.css index 95417606..6a7ea9ee 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; |