From 6c940cf89aae3c610c8f8406da7b5810466a75cc Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Wed, 27 Mar 2024 14:31:32 -0700
Subject: [PATCH] Increase map to 2 map sheets; fix some layout/styles
---
damage_block.css | 7 ++-
index.html | 10 ++--
index.js | 119 +++++++++++------------------------------------
style.css | 47 ++++++++++++-------
4 files changed, 68 insertions(+), 115 deletions(-)
diff --git a/damage_block.css b/damage_block.css
index c232c07..f050e36 100644
--- a/damage_block.css
+++ b/damage_block.css
@@ -1,5 +1,8 @@
-.damage-selector, .damage-effect-indicator {
+.damage-selector, .damage-effect-indicator, label {
width: 20px;
+}
+
+.damage-selector, .damage-effect-indicator {
height: 30px;
}
@@ -40,7 +43,7 @@ label input[type="radio"] {
label {
display: none;
- margin: 0;
+ margin: 0 auto;
padding: 0;
}
diff --git a/index.html b/index.html
index 966b267..2691ed2 100644
--- a/index.html
+++ b/index.html
@@ -101,7 +101,7 @@
-