update layout for group editors (#2140)

* update block group editor

* update playlist group editor

* update template group editor

* update deco group editor

* update deco template group editor

* update deco editor

* update logs layout

* update changelog
This commit is contained in:
Jason Dove
2025-07-12 13:45:50 +00:00
committed by GitHub
parent 451c534062
commit 2a9f23cce6
39 changed files with 1010 additions and 675 deletions
@@ -51,7 +51,7 @@
<MudButton Variant="Variant.Filled" Color="Color.Default" OnClick="@(_ => AddPathReplacement())" Class="mt-4">
Add Path Replacement
</MudButton>
<MudText Typo="Typo.h5" Class="mt-6 mb-2">Path Replacement</MudText>
<MudText Typo="Typo.h5" Class="mt-10 mb-2">Path Replacement</MudText>
<MudDivider Class="mb-6"/>
@if (_selectedItem is not null)
{