From 10c10bb1047280a7e2083f66a1874f089835eb20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Mon, 29 May 2023 19:16:55 +0000 Subject: [PATCH] chore: Improve compose popup button margin --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index a296899b9..01fc99a6d 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1699,6 +1699,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar color: var(--color-error); } +#rl-app #V-PopupsCompose .pull-right>.btn, +#rl-app #V-PopupsCompose .pull-right>.btn-group { + margin-left: 3px; +} + #rl-app #V-PopupsCompose .no-attachments-desc { text-shadow: unset; }