From ad0264475067660837b8c9aa9294e166d6bab098 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Tue, 11 Nov 2025 18:02:44 +0100 Subject: [PATCH] Improved initial potrait view on limited sheets --- styles/less/sheets/actors/actor-sheet-shared.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/less/sheets/actors/actor-sheet-shared.less b/styles/less/sheets/actors/actor-sheet-shared.less index f3cf74b0..bf6393f4 100644 --- a/styles/less/sheets/actors/actor-sheet-shared.less +++ b/styles/less/sheets/actors/actor-sheet-shared.less @@ -67,7 +67,7 @@ .profile { width: 100%; max-height: 275px; - max-width: fit-content; + max-width: 360px; mask-image: linear-gradient(0deg, transparent 0%, black 10%); }