From 96e090650dc08b63479bd220bc7956ee9d93ff6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Mon, 30 Jan 2023 11:18:46 +0000 Subject: [PATCH] fix: Clipped elements on disabled left panel --- .../snappymail/app/themes/Nextcloud25/styles.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 4b4c81dcc..35be53851 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -63,6 +63,10 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { flex-direction: column; } +html.rl-left-panel-disabled #rl-app #rl-left { + width: 65px !important; +} + @media screen and (min-width: 1000px) { #rl-app .b-folders .btn.buttonContacts { transition: none; @@ -316,7 +320,6 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { #rl-app .btn.buttonCompose { font-weight: bold; max-width: 100%; - width: 100%; box-sizing: content-box !important; } @@ -343,9 +346,9 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { padding: 4px 14px; line-height: 36px; height: 44px; - min-width: -moz-fit-content; - min-width: -webkit-fill-available; min-width: fit-content; + width: -moz-fit-content; + width: -webkit-fill-available; font-size: var(--default-font-size); border-radius: var(--border-radius-pill);