Fixed visual bug with margin in narrow state (#383)

* Reworked paddings/margins for mail list

* Fix composer page

* Moved layput changes from code behind to visual states
This commit is contained in:
Tiktack
2024-09-19 00:52:27 +02:00
committed by GitHub
parent a4f9284970
commit e628a98cb8
8 changed files with 65 additions and 68 deletions

View File

@@ -117,10 +117,7 @@
</Page.Resources>
<!-- Attachments and WebView2 -->
<Grid
x:Name="RendererGridFrame"
Padding="7,0"
RowSpacing="7">
<Grid x:Name="RendererGridFrame" RowSpacing="7">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />