From 0df7bcdea95ff19172a574433ca907033d627e71 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 10 Jul 2025 21:39:44 -0600 Subject: [PATCH] Make the combined sheet scrollable and more consistent in design (closes #43) --- templates/Apps/CombinedHeroSheet/crafts.css | 2 ++ templates/Apps/CombinedHeroSheet/style.css | 1 + 2 files changed, 3 insertions(+) diff --git a/templates/Apps/CombinedHeroSheet/crafts.css b/templates/Apps/CombinedHeroSheet/crafts.css index d2d89d1..3e803da 100644 --- a/templates/Apps/CombinedHeroSheet/crafts.css +++ b/templates/Apps/CombinedHeroSheet/crafts.css @@ -4,10 +4,12 @@ grid-template-columns: repeat(3, minmax(0, 3fr)); grid-template-rows: repeat(5, minmax(0, 1fr)); grid-auto-flow: column; + padding: 8px; .col-header { background: var(--section-header-background); color: var(--section-header-text); + border-radius: 999px; } label, .label { diff --git a/templates/Apps/CombinedHeroSheet/style.css b/templates/Apps/CombinedHeroSheet/style.css index a3f6a6a..c458b72 100644 --- a/templates/Apps/CombinedHeroSheet/style.css +++ b/templates/Apps/CombinedHeroSheet/style.css @@ -4,6 +4,7 @@ > .window-content { gap: 4px; background: var(--base-background); + overflow-y: auto; } .HeroSkillsCardV1 {