From 2f32a938f32ee002c57b3469a8b4f6ed8f3b13f0 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Fri, 14 Nov 2025 16:14:28 -0500 Subject: [PATCH] Do minor styling fixes --- styles/less/global/tab-description.less | 2 +- styles/less/sheets/actors/character/biography.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/less/global/tab-description.less b/styles/less/global/tab-description.less index be95ef6d..5c18e02b 100644 --- a/styles/less/global/tab-description.less +++ b/styles/less/global/tab-description.less @@ -5,7 +5,7 @@ .tab.active.description { display: flex; flex-direction: column; - height: -webkit-fill-available !important; + flex: 1; overflow-y: hidden !important; padding-top: 10px; diff --git a/styles/less/sheets/actors/character/biography.less b/styles/less/sheets/actors/character/biography.less index e07d7080..036da6fb 100644 --- a/styles/less/sheets/actors/character/biography.less +++ b/styles/less/sheets/actors/character/biography.less @@ -10,7 +10,7 @@ height: 100%; overflow-y: auto; mask-image: linear-gradient(0deg, transparent 0%, black 10%, black 98%, transparent 100%); - padding-bottom: 40px; + padding-bottom: 10px; height: 100%; scrollbar-width: thin;