diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 777fe421c..e4d730a5f 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -79,7 +79,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { } /* - * icon colors + * icons */ #rl-app .iconcolor-green { @@ -90,6 +90,14 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { color: var(--color-error) !important; } +#rl-app i.fontastic { + line-height: unset; +} + +#rl-app [data-icon]::before { + vertical-align: -10%; +} + /* * side panel */