From 10e7136eff105ff1080c0315ca0c89390e3e14bb Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 18 Dec 2019 16:51:30 -0500 Subject: [PATCH] Make layout improvements for character creation. Nested subcategories are now centered. Toggleable settings have proper widthsn ow --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 594bf11..f49dba6 100644 --- a/style.css +++ b/style.css @@ -347,7 +347,7 @@ input[type="checkbox"]:checked ~ .reveal-if-active { .custom-category-sub { text-align: center; margin: 10px; - width: 400px; + width: 100%; padding: 0px; margin: 0px 50px; } @@ -449,7 +449,7 @@ body.dark input[type="checkbox"]:checked+ .flex-outer input[type="radio"] + label:not(.custom-header), .flex-outer input[type="checkbox"] + label:not(.custom-header) { user-select: none; - flex: 1 0 400px; + flex: 1 0 100%; font-size: 24px; } @@ -498,7 +498,8 @@ body.light .flex-outer input[type="checkbox"]:checked + label:not(.custom-header display: flex; flex-wrap: wrap; align-items: center; - width: 400px; + margin: auto; + width: 90%; } body.light .has-tooltip {