Align nav rail background with content panel and restore top-left radius
This commit is contained in:
@@ -457,10 +457,10 @@
|
|||||||
Height="590"
|
Height="590"
|
||||||
Width="75">
|
Width="75">
|
||||||
<Border Canvas.Left="0"
|
<Border Canvas.Left="0"
|
||||||
Canvas.Top="0"
|
Canvas.Top="8"
|
||||||
Width="75"
|
Width="75"
|
||||||
Height="590"
|
Height="580"
|
||||||
CornerRadius="0"
|
CornerRadius="20,0,0,0"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
BorderBrush="{DynamicResource navigationRailBorderColor}"
|
BorderBrush="{DynamicResource navigationRailBorderColor}"
|
||||||
Background="{DynamicResource navigationRailColor}" />
|
Background="{DynamicResource navigationRailColor}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user