From c4ac0fd1270a951841c19535abd4e031bef953fc Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 22 Jun 2016 15:56:33 +0300 Subject: [PATCH] Remove navigator.standalone detection --- client/css/style.css | 4 ---- client/js/lounge.js | 4 ---- 2 files changed, 8 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index be0a79e8..f01ae4b4 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -126,10 +126,6 @@ button, padding: 0; } -.web-app-mode { - padding-top: 20px; -} - .btn { border: 2px solid #84ce88; border-radius: 3px; diff --git a/client/js/lounge.js b/client/js/lounge.js index 05b92298..a67bf019 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -34,10 +34,6 @@ $(function() { var sidebar = $("#sidebar, #footer"); var chat = $("#chat"); - if (navigator.standalone) { - $("html").addClass("web-app-mode"); - } - var pop; try { pop = new Audio();