From e628a98cb81e9504a19696613f5ed54214fe5262 Mon Sep 17 00:00:00 2001 From: Tiktack Date: Thu, 19 Sep 2024 00:52:27 +0200 Subject: [PATCH] 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 --- Wino.Mail/App.xaml | 1 - Wino.Mail/AppShell.xaml | 7 +-- Wino.Mail/AppShell.xaml.cs | 12 ++++ Wino.Mail/Views/ComposePage.xaml | 1 - Wino.Mail/Views/MailListPage.xaml | 42 ++++++++++++- Wino.Mail/Views/MailListPage.xaml.cs | 62 +++---------------- Wino.Mail/Views/MailRenderingPage.xaml | 5 +- Wino.Mail/Views/NewAccountManagementPage.xaml | 3 +- 8 files changed, 65 insertions(+), 68 deletions(-) diff --git a/Wino.Mail/App.xaml b/Wino.Mail/App.xaml index c448d889..fb7ec92c 100644 --- a/Wino.Mail/App.xaml +++ b/Wino.Mail/App.xaml @@ -47,7 +47,6 @@