diff --git a/assets/css/styles.css b/assets/css/styles.css index 286cfe4..c33c6f8 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -10,6 +10,15 @@ html, body { src: url('../fonts/FRIZQUAD.TTF'); } +.noSelect { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + #background { background-color: #000; position: fixed; diff --git a/assets/js/audiohandler.js b/assets/js/audiohandler.js index 370c00c..ebe15c6 100644 --- a/assets/js/audiohandler.js +++ b/assets/js/audiohandler.js @@ -106,6 +106,12 @@ function manualChangeExpac() function switchExpansion() { + if(disconnected) + { + disconnected = false; + hideQueue(); + showDisconnect(); + } queuePos = null; getPositionInQueue(); diff --git a/index.html b/index.html index 0268f66..a6a6319 100644 --- a/index.html +++ b/index.html @@ -7,55 +7,57 @@ - - - - - -
- -
- - -
- +
+ + + -
-

Realm is Full

-

Position in Queue: 0000

-

Estimated time: 999 min

+ +
+
- -
+ +
+ + +
+

Realm is Full

+

Position in Queue: 0000

+

Estimated time: 999 min

+
+ + +
- -