From d351fdfb67bd7b4b2db24a9c9b4bc5f44bc5150b Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 2 May 2023 03:42:58 +0000 Subject: [PATCH] small style improvements --- account.html | 38 ++++++++++++++++++++------------------ scripts/index.js | 2 +- scripts/instance.js | 2 +- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/account.html b/account.html index 99aebf3..0dfe55b 100644 --- a/account.html +++ b/account.html @@ -25,24 +25,26 @@
-

Account

-
-

Username:

-

Pool:

-

VMID Range:

-
-
- - - - - - - - - - -
ResourceUsedFreeTotal
+

Account

+
+
+

Username:

+

Pool:

+

VMID Range:

+
+
+ + + + + + + + + + +
ResourceUsedFreeTotal
+
diff --git a/scripts/index.js b/scripts/index.js index 1dd45a3..30ae543 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -32,7 +32,7 @@ async function populateInstances () { instances.sort((a, b) => (a.vmid > b.vmid) ? 1 : -1); instanceContainer.innerHTML = ` -
+

VM ID

diff --git a/scripts/instance.js b/scripts/instance.js index 337b5ce..92fc6d7 100644 --- a/scripts/instance.js +++ b/scripts/instance.js @@ -9,7 +9,7 @@ export class Instance extends HTMLElement { shadowRoot.innerHTML = ` -
+