From 2828facf7e92460e60d521888f186e7499c8f262 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 7 Jun 2025 10:38:00 +0200 Subject: [PATCH] refactor: Clean up styles --- index.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 202f72a..aacb556 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ Cypher Player Assistant @@ -162,9 +165,9 @@

Cypher Player Assistant - ! + !

-
+
No character is loaded.
@@ -193,7 +196,7 @@ "DOMContentLoaded", () => { if (!checkLocalStorage()) { - document.getElementById("no-local-storage").style.display = "initial"; + document.getElementById("warn-no-local-storage").style.display = "initial"; alert("Local Storage is not available, saving and loading data will be unavailable."); } },