From 4158e196d61326400b0b3dfed90ee06a8dff96a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Tue, 25 Jun 2024 22:39:35 +0200 Subject: [PATCH] Add visual state for moving To,CC and BCC to vertical line when the page is small enough. --- Wino.Mail/Views/MailRenderingPage.xaml | 115 +++++++++++++++---------- 1 file changed, 68 insertions(+), 47 deletions(-) diff --git a/Wino.Mail/Views/MailRenderingPage.xaml b/Wino.Mail/Views/MailRenderingPage.xaml index b8e642d4..159697cd 100644 --- a/Wino.Mail/Views/MailRenderingPage.xaml +++ b/Wino.Mail/Views/MailRenderingPage.xaml @@ -261,54 +261,63 @@ - - - - - - - - - + + + + + + + + + + + - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + + + @@ -362,7 +371,7 @@ Grid.Row="1" Background="{ThemeResource WinoContentZoneBackgroud}" BorderBrush="{StaticResource CardStrokeColorDefaultBrush}" - BorderThickness="1" + BorderThickness="0" CornerRadius="7"> @@ -380,6 +389,18 @@ IsActive="{x:Bind ViewModel.ShouldDisplayDownloadProgress, Mode=OneWay}" /> + + + + + + + + + + + +