diff options
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; |