From cbbcaec957b2fa594d52ecf9a3da97fe8d227768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Mon, 29 May 2023 19:17:27 +0000 Subject: [PATCH] fix: Popup footer button margin --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 01fc99a6d..4f6a1c6ab 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1637,7 +1637,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar border-color: var(--color-border); } -#rl-app dialog > footer .btn+.btn { +#rl-app dialog > footer .btn+.btn, +#rl-app dialog > footer button+button { margin: 0 0 0 5px; }