From 23b31c7c26fb774584e3378691dfa120d328de88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sat, 12 Nov 2022 16:23:07 +0000 Subject: [PATCH] fix: Broken styles in embed mode --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 59678031e..3db7538f3 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -155,7 +155,7 @@ html.rl-left-panel-disabled .b-folders .b-toolbar { align-content: stretch; justify-content: flex-start; height: unset; - box-sizing: border-box; + box-sizing: border-box !important; margin: 0; padding: 0; bottom: 0; @@ -172,7 +172,7 @@ html.rl-left-panel-disabled .b-folders .b-toolbar { .btn { min-height: 36px; height: 36px; - box-sizing: border-box; + box-sizing: border-box !important; padding: 8px 14px; line-height: 20px; color: var(--color-main-text); @@ -240,7 +240,7 @@ html.rl-left-panel-disabled .b-folders .b-toolbar { .btn.buttonCompose, .b-folders .btn.buttonContacts, .b-footer.btn-toolbar .btn-group .btn { - box-sizing: border-box; + box-sizing: border-box !important; padding: 4px 14px; line-height: 36px; height: 44px;