From b1fef91c55b75bbbcfa9a1df99b358baeb4cefd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Tue, 21 Feb 2023 17:16:29 +0000 Subject: [PATCH] fix: SettingsPane margin --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 8b8f86eca..7f1054c86 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1302,8 +1302,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar } #rl-app #V-SettingsPane #rl-settings-subscreen { - margin: 58px 0px 8px 0px; - height: calc(100% - 58px - 8px); + margin: 8px 0px; + height: calc(100% - 8px - 8px); } #rl-app #V-SettingsPane .btn-toolbar {