From 1cdae95a446fc3c32abd339dcc491a38ffe3b98f Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Sat, 31 May 2014 09:40:44 -0700 Subject: [PATCH] Better device width detection --- client/css/style.css | 6 ------ client/index.html | 2 -- client/js/chat.js | 3 +-- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 4ca2035..0dab6e5 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -383,9 +383,3 @@ button { display: none; } } - -@media screen and (max-device-width: 768px) { - #detect { - display: none; - } -} diff --git a/client/index.html b/client/index.html index c6c9f29..c4a0f84 100644 --- a/client/index.html +++ b/client/index.html @@ -13,8 +13,6 @@ -
-