From f774505998b34828767789d7ae3d0418eec9e590 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 7 Jun 2025 10:01:25 +0200 Subject: [PATCH] feat: Create the character creator button --- index.html | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3c9fbe4..cc564cb 100644 --- a/index.html +++ b/index.html @@ -190,6 +190,12 @@ text-align: center; } + /* Character sheet */ + + #cont-character-sheet { + display: none; + } + .pool-container { display: inline-block; border-width: 2px; @@ -253,7 +259,8 @@ !
- No character is loaded. + No character is loaded.
+
@@ -347,6 +354,11 @@