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