Make height of single account navigation item smaller (#702)

* Make height of navigation item 50

* fix subtle and heights

* move spacing and margins

* make 52

* fix wrong heights
This commit is contained in:
Aleh Khantsevich
2025-07-02 23:41:41 +02:00
committed by GitHub
parent a01395aed3
commit 3e889d8c08
3 changed files with 8 additions and 26 deletions

View File

@@ -90,6 +90,7 @@
<Rectangle
x:Name="CustomSelectionIndicator"
Width="3"
Margin="-44,12,0,12"
HorizontalAlignment="Left"
Fill="{ThemeResource NavigationViewSelectionIndicatorForeground}"
Opacity="1"
@@ -111,7 +112,7 @@
x:Load="False"
Visibility="Collapsed">
<muxc:ItemsRepeater.Layout>
<muxc:StackLayout Orientation="Vertical" />
<muxc:StackLayout Orientation="Vertical" Spacing="0" />
</muxc:ItemsRepeater.Layout>
</muxc:ItemsRepeater>