fix(layout): define stable nav/content viewport widths

This commit is contained in:
Meik
2026-03-05 16:38:05 +01:00
parent ea8e50cc04
commit abd179a7e6
2 changed files with 4 additions and 2 deletions

View File

@@ -493,10 +493,11 @@
</Border>
</Grid>
<StackPanel Orientation="Horizontal"
Width="500"
Height="576"
ClipToBounds="True"
x:Name="btnSP"
HorizontalAlignment="Stretch">
HorizontalAlignment="Left">
<Canvas ClipToBounds="True"
Panel.ZIndex="1000"
Margin="0,0,0,0"
@@ -941,6 +942,7 @@
Panel.ZIndex="1"
ClipToBounds="True"
Height="576"
Width="425"
>
<Border Canvas.Left="-75"
Canvas.Top="8"