diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 0425d89a9..4b4c81dcc 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -178,7 +178,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { margin: 2px; padding: 0 2em 0 15px; height: 38px; - line-height: 38px; + line-height: 38px !important; border-radius: var(--border-radius-pill); color: unset; border: none; @@ -189,7 +189,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { #rl-app #V-SettingsMenu nav a { height: 44px; min-height: 44px; - line-height: 44px; + line-height: 44px !important; } #rl-app #V-AdminMenu nav a.selected, @@ -595,6 +595,10 @@ select option { * message list */ +#rl-app #V-MailMessageList { + overflow: unset; +} + #rl-app .thm-message-list-top-toolbar, #rl-app .thm-message-list-bottom-toolbar { background: unset !important;