feat: Enhance button styles and layout across various views for improved UI consistency

This commit is contained in:
Vladimir
2026-03-22 13:25:16 +02:00
parent 36c2970709
commit f0cbf709b6
7 changed files with 133 additions and 35 deletions
@@ -15,9 +15,10 @@
</ListBox.ItemsPanel>
<ListBox.ItemTemplate>
<DataTemplate>
<Button Width="170"
Height="130"
Margin="8"
<Button Width="150"
Height="70"
Margin="8,6"
Classes="card"
Background="#B0000000"
BorderBrush="Yellow"
BorderThickness="2"
@@ -25,8 +26,7 @@
CommandParameter="{Binding}">
<TextBlock Text="{Binding Name}"
Foreground="White"
FontSize="20"
FontWeight="Bold"
FontSize="15"
TextWrapping="Wrap"
HorizontalAlignment="Center"
VerticalAlignment="Center"