refactor(ui): drop double padding in Lists island header

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mika kuns
2026-05-30 18:57:12 +02:00
parent c669370ecf
commit b9e5dfccde

View File

@@ -8,7 +8,7 @@
<!-- ── Header ── --> <!-- ── Header ── -->
<Border DockPanel.Dock="Top" Classes="island-header"> <Border DockPanel.Dock="Top" Classes="island-header">
<StackPanel Margin="14,12,14,0" Spacing="4"> <StackPanel Spacing="4">
<TextBlock Classes="heading" Text="Lists"/> <TextBlock Classes="heading" Text="Lists"/>
<!-- Search row --> <!-- Search row -->