fix(layout): define stable nav/content viewport widths
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user