From 49e0a56e1e4a193edd6b8d9d1b641267cb816262 Mon Sep 17 00:00:00 2001 From: DC23 Date: Wed, 27 Nov 2024 17:21:57 +1100 Subject: [PATCH] Updating styles using on the settings form so that the labels align with the input fields #69 --- styles/basicfantasyrpg.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/basicfantasyrpg.css b/styles/basicfantasyrpg.css index bbd645a..19e7753 100644 --- a/styles/basicfantasyrpg.css +++ b/styles/basicfantasyrpg.css @@ -371,8 +371,16 @@ width: 0; } +/* Styles used in the settings forms */ .form-row { + display: flex; + align-items: center; + justify-content: center; margin: 5px; + + .label { + vertical-align: middle; + } } .button-container {