fix(layout): align nav and content heights to rounded main surface
This commit is contained in:
@@ -494,21 +494,22 @@
|
||||
</Grid>
|
||||
<StackPanel Orientation="Horizontal"
|
||||
Width="75"
|
||||
Height="576"
|
||||
DockPanel.Dock="Top"
|
||||
ClipToBounds="false"
|
||||
ClipToBounds="True"
|
||||
x:Name="btnSP"
|
||||
HorizontalAlignment="Left">
|
||||
<Canvas ClipToBounds="false"
|
||||
<Canvas ClipToBounds="True"
|
||||
Panel.ZIndex="1000"
|
||||
Margin="0,0,0,0"
|
||||
VerticalAlignment="Top"
|
||||
HorizontalAlignment="Left"
|
||||
Height="590"
|
||||
Height="576"
|
||||
Width="75">
|
||||
<Border Canvas.Left="0"
|
||||
Canvas.Top="8"
|
||||
Width="75"
|
||||
Height="580"
|
||||
Height="568"
|
||||
CornerRadius="20,0,0,0"
|
||||
BorderThickness="1"
|
||||
BorderBrush="{DynamicResource navigationRailBorderColor}"
|
||||
@@ -940,19 +941,20 @@
|
||||
|
||||
<Canvas Margin="0,0,0,0"
|
||||
Panel.ZIndex="1"
|
||||
ClipToBounds="False"
|
||||
ClipToBounds="True"
|
||||
Height="576"
|
||||
>
|
||||
<Border Canvas.Left="-75"
|
||||
Canvas.Top="8"
|
||||
Width="500"
|
||||
Height="580"
|
||||
Height="568"
|
||||
CornerRadius="20"
|
||||
BorderThickness="1"
|
||||
BorderBrush="{DynamicResource panelBorderColor}"
|
||||
Background="{DynamicResource panelBackgroundColor}" />
|
||||
<Canvas x:Name="StPaMain"
|
||||
Panel.ZIndex="1000"
|
||||
Height="590"
|
||||
Height="576"
|
||||
Width="500"
|
||||
Background="Transparent"
|
||||
Canvas.Left="-75">
|
||||
|
||||
Reference in New Issue
Block a user