fix: widen settlement actor icon by ~30% (72→94px)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-03-20 17:31:58 +01:00
parent 03ea60b994
commit fd378fb452
2 changed files with 2 additions and 2 deletions

View File

@@ -1763,7 +1763,7 @@
gap: 10px; gap: 10px;
} }
.oathhammer .settlement-header .actor-img { .oathhammer .settlement-header .actor-img {
width: 72px; width: 94px;
height: 110px; height: 110px;
-o-object-fit: cover; -o-object-fit: cover;
object-fit: cover; object-fit: cover;

View File

@@ -18,7 +18,7 @@
} }
.oathhammer .settlement-header .actor-img { .oathhammer .settlement-header .actor-img {
width: 72px; width: 94px;
height: 110px; height: 110px;
object-fit: cover; object-fit: cover;
object-position: center top; object-position: center top;