From 1b10e304d4e94646a48d12fb8d4b255e8df7ae94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Tue, 21 Feb 2023 17:03:44 +0000 Subject: [PATCH] fix: MessageList min width --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 177beef2f..8b8f86eca 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -743,6 +743,10 @@ input[type="checkbox"]:checked, overflow: unset; } +#rl-app #V-MailMessageList .messageList { + min-width: 350px; +} + #rl-app .thm-message-list-top-toolbar, #rl-app .thm-message-list-bottom-toolbar { background: unset !important;