From 9f29cd553e3efdc7743e0177113639c4d4ec973e Mon Sep 17 00:00:00 2001
From: Fen Dweller
Date: Sun, 3 Jun 2018 08:39:10 -0400
Subject: [PATCH] Cleaned up the creation screen some
---
feast.css | 11 ++-
feast.html | 209 +++++++++++++++++++++++++++--------------------------
feast.js | 6 ++
3 files changed, 123 insertions(+), 103 deletions(-)
diff --git a/feast.css b/feast.css
index 2c7a96a..2e66f07 100644
--- a/feast.css
+++ b/feast.css
@@ -186,9 +186,14 @@ button {
text-align: center;
}
-#character-form-list {
+.character-form-list {
margin: auto;
list-style-type: none;
+ display: none;
+}
+
+#character-step-1 {
+ display: block;
}
#character-form {
@@ -229,6 +234,10 @@ button {
color: #eee;
}
+.pref-hidden {
+ visibility: hidden;
+}
+
.pref-select {
display: flex;
align-items: center;
diff --git a/feast.html b/feast.html
index 930c113..fbf1ae9 100644
--- a/feast.html
+++ b/feast.html
@@ -155,7 +155,7 @@
Discord