From 96d4ae51e3fb5afdb0409228b79c78354762f3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Mon, 29 May 2023 19:44:08 +0000 Subject: [PATCH] fix: Non-standard width properties --- .../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 4f6a1c6ab..c7ec55ab8 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -559,7 +559,8 @@ html.rl-left-panel-disabled #rl-app #rl-left:has(#V-SettingsMenu:not([hidden])) line-height: 36px; height: 44px; min-width: fit-content; - width: -moz-fit-content; + width: stretch; + width: -moz-available; width: -webkit-fill-available; margin: 3px !important; @@ -819,9 +820,8 @@ select option { */ #rl-app .e-component.e-checkbox.material-design { - width: -moz-fit-content !important; - width: -webkit-fill-available !important; width: fit-content !important; + width: -moz-fit-content !important; display: flex; position: relative; align-items: center;