From 0a2c19a18632f939171c0903014e93396fa94c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Tue, 23 May 2023 11:05:16 +0000 Subject: [PATCH] fix: MailMessageView button toolbar padding --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 89e967911..84f327cbe 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1055,7 +1055,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-MailMessageList .btn-toolbar, #rl-app #V-MailMessageView .btn-toolbar { - padding: 10px 1px; + padding: 10px; } #rl-app .messageList,