From cb51641930e0d8d1394ff70c7b7b9783e13d8dd8 Mon Sep 17 00:00:00 2001 From: Corey Hickson Date: Mon, 2 Sep 2024 13:29:13 -0600 Subject: [PATCH] feat: clean up a few more styles --- Torchbearer 2E/src/scss/anatomy/abilities_and_skills.scss | 2 +- Torchbearer 2E/src/scss/anatomy/who_you_are.scss | 2 +- Torchbearer 2E/torchbearer.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Torchbearer 2E/src/scss/anatomy/abilities_and_skills.scss b/Torchbearer 2E/src/scss/anatomy/abilities_and_skills.scss index 96ab6169dabe..e2d0ad4fd3a7 100644 --- a/Torchbearer 2E/src/scss/anatomy/abilities_and_skills.scss +++ b/Torchbearer 2E/src/scss/anatomy/abilities_and_skills.scss @@ -56,7 +56,7 @@ min-width: 85px; display: flex; position: relative; - flex: 1; + flex: 0.8; input { width: 100%; diff --git a/Torchbearer 2E/src/scss/anatomy/who_you_are.scss b/Torchbearer 2E/src/scss/anatomy/who_you_are.scss index 78cd34fbd3e8..842da70e5efe 100644 --- a/Torchbearer 2E/src/scss/anatomy/who_you_are.scss +++ b/Torchbearer 2E/src/scss/anatomy/who_you_are.scss @@ -11,7 +11,7 @@ } .sheet-section-column { - min-width: 160px; + min-width: 150px; } .sheet-field { diff --git a/Torchbearer 2E/torchbearer.css b/Torchbearer 2E/torchbearer.css index f010bf47a405..04eb85fa2eb3 100644 --- a/Torchbearer 2E/torchbearer.css +++ b/Torchbearer 2E/torchbearer.css @@ -3731,7 +3731,7 @@ min-width: 85px; display: flex; position: relative; - flex: 1; + flex: 0.8; } .ui-dialog .tab-content .charsheet .sheet-abilities .sheet-skill-name input, .ui-dialog .tab-content .charsheet .sheet-skills .sheet-skill-name input { @@ -5978,7 +5978,7 @@ gap: 4px; } .ui-dialog .tab-content .charsheet .sheet-who-you-are .sheet-section-column { - min-width: 160px; + min-width: 150px; } .ui-dialog .tab-content .charsheet .sheet-who-you-are .sheet-field { flex: 1;