mobile
This commit is contained in:
parent
e723ffa60a
commit
c22cbf1ff7
@ -184,7 +184,7 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header-status svg {
|
.header-status svg {
|
||||||
margin-left: 1em;
|
margin: 0.5em 0 0 1em;
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
stroke: whitesmoke;
|
stroke: whitesmoke;
|
||||||
|
|||||||
@ -4,8 +4,11 @@
|
|||||||
<title>cryps.gg - mnml pvp atbs</title>
|
<title>cryps.gg - mnml pvp atbs</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
|
<meta name=apple-mobile-web-app-capable content=yes>
|
||||||
|
<meta name=apple-mobile-web-app-status-bar-style content=black>
|
||||||
<meta name="description" content="cryps.gg - mnml pvp atbs">
|
<meta name="description" content="cryps.gg - mnml pvp atbs">
|
||||||
<meta name="author" content="ntr@smokestack.io">
|
<meta name="author" content="ntr@smokestack.io">
|
||||||
|
<link rel="manifest" href="manifest.json">
|
||||||
<link rel="stylesheet" href="./node_modules/izitoast/dist/css/iziToast.min.css"></script>
|
<link rel="stylesheet" href="./node_modules/izitoast/dist/css/iziToast.min.css"></script>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Jura" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Jura" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="assets/normalize.css">
|
<link rel="stylesheet" href="assets/normalize.css">
|
||||||
|
|||||||
7
client/manifest.json
Normal file
7
client/manifest.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"short_name": "cryps.gg",
|
||||||
|
"name": "cryps.gg - mnml pvp atbs",
|
||||||
|
"start_url": "/index.html",
|
||||||
|
"display": "fullscreen",
|
||||||
|
"orientation": "portrait"
|
||||||
|
}
|
||||||
@ -12,6 +12,7 @@ function convertVar(v) {
|
|||||||
|
|
||||||
function Vbox(args) {
|
function Vbox(args) {
|
||||||
const {
|
const {
|
||||||
|
activeVar,
|
||||||
instance,
|
instance,
|
||||||
combiner,
|
combiner,
|
||||||
reclaiming,
|
reclaiming,
|
||||||
@ -27,6 +28,7 @@ function Vbox(args) {
|
|||||||
|
|
||||||
const { vbox } = instance;
|
const { vbox } = instance;
|
||||||
if (!instance.vbox) return false;
|
if (!instance.vbox) return false;
|
||||||
|
if (activeVar) return false;
|
||||||
|
|
||||||
//
|
//
|
||||||
// VBOX
|
// VBOX
|
||||||
|
|||||||
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
*CLIENT*
|
*CLIENT*
|
||||||
show cooldowns
|
show cooldowns
|
||||||
|
icons change with %
|
||||||
|
|
||||||
*SERVER*
|
*SERVER*
|
||||||
siphon might have a prob
|
siphon might have a prob
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user