diff --git a/client/cryps.css b/client/cryps.css index 02be754d..959c781d 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -184,7 +184,7 @@ header { } .header-status svg { - margin-left: 1em; + margin: 0.5em 0 0 1em; height: 1.5em; background-color: black; stroke: whitesmoke; diff --git a/client/index.html b/client/index.html index 0fb46f04..d396dc79 100644 --- a/client/index.html +++ b/client/index.html @@ -4,8 +4,11 @@ cryps.gg - mnml pvp atbs + + + diff --git a/client/manifest.json b/client/manifest.json new file mode 100644 index 00000000..6b9e672e --- /dev/null +++ b/client/manifest.json @@ -0,0 +1,7 @@ +{ + "short_name": "cryps.gg", + "name": "cryps.gg - mnml pvp atbs", + "start_url": "/index.html", + "display": "fullscreen", + "orientation": "portrait" +} \ No newline at end of file diff --git a/client/src/components/vbox.component.jsx b/client/src/components/vbox.component.jsx index 185bec55..388ed668 100644 --- a/client/src/components/vbox.component.jsx +++ b/client/src/components/vbox.component.jsx @@ -12,6 +12,7 @@ function convertVar(v) { function Vbox(args) { const { + activeVar, instance, combiner, reclaiming, @@ -27,6 +28,7 @@ function Vbox(args) { const { vbox } = instance; if (!instance.vbox) return false; + if (activeVar) return false; // // VBOX diff --git a/server/WORKLOG.md b/server/WORKLOG.md index 2f438959..1c1e1138 100644 --- a/server/WORKLOG.md +++ b/server/WORKLOG.md @@ -18,6 +18,7 @@ *CLIENT* show cooldowns +icons change with % *SERVER* siphon might have a prob