diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index 4a973c4fc..e2c630f66 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -468,6 +468,10 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { text-shadow: none; } +html.rl-left-panel-disabled #rl-app .b-folders .b-folders-system a.selectable { + text-overflow: clip; +} + #rl-app .b-folders hr { border-top: solid var(--nc-color-main-text); border-radius: var(--nc-border-radius-pill);