Remove navigator.standalone detection
This commit is contained in:
parent
37f9fe4ea7
commit
c4ac0fd127
@ -126,10 +126,6 @@ button,
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.web-app-mode {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border: 2px solid #84ce88;
|
||||
border-radius: 3px;
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user