From fd378fb4524e57f2c1302d329c5d21fc5e30073a Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Fri, 20 Mar 2026 17:31:58 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20widen=20settlement=20actor=20icon=20by?= =?UTF-8?q?=20~30%=20(72=E2=86=9294px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- css/fvtt-oath-hammer.css | 2 +- less/settlement-sheet.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/fvtt-oath-hammer.css b/css/fvtt-oath-hammer.css index 3486c49..47d63d4 100644 --- a/css/fvtt-oath-hammer.css +++ b/css/fvtt-oath-hammer.css @@ -1763,7 +1763,7 @@ gap: 10px; } .oathhammer .settlement-header .actor-img { - width: 72px; + width: 94px; height: 110px; -o-object-fit: cover; object-fit: cover; diff --git a/less/settlement-sheet.less b/less/settlement-sheet.less index 4263c37..0f4f4ea 100644 --- a/less/settlement-sheet.less +++ b/less/settlement-sheet.less @@ -18,7 +18,7 @@ } .oathhammer .settlement-header .actor-img { - width: 72px; + width: 94px; height: 110px; object-fit: cover; object-position: center top;