Tighten header and character panel vertical density

This commit is contained in:
2026-02-26 12:10:24 +01:00
parent c3aa0d4e88
commit f9879c1541
6 changed files with 59 additions and 52 deletions

View File

@@ -113,9 +113,6 @@ public partial class CharacterPanel
[Parameter]
public EventCallback<string> RollVisibilityChanged { get; set; }
[Parameter]
public RollResult? LastRoll { get; set; }
[Parameter]
public Func<Guid, string> OwnerLabel { get; set; } = _ => string.Empty;