diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index a9933889b..224a989d8 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -1059,6 +1059,28 @@ input[type="checkbox"] { padding: 2px; } +#rl-app .attachmentListSimple { + flex-wrap: wrap; + display: flex; +} + +#rl-app .attachmentListSimple .attachmentItem { + display: flex; + width: min-content; + max-width: unset; +} + +#rl-app .attachmentListSimple .attachmentName { + max-width: 200px; + margin: 5px; +} + +#rl-app .attachmentListSimple .checkboxAttachment { + position: initial; + margin: 5px; + margin-left: 0; +} + #rl-app .attachmentItem:hover, #rl-app .attachmentItem:active { background-color: var(--nc-color-background-darker); @@ -1918,10 +1940,6 @@ html.sm-msgView-bottom #rl-app .messageView { color: var(--nc-color-main-text); } -#rl-app #messageItem .attachmentListSimple .attachmentName { - margin: 5px; -} - /* #endregion */ /* #region settings */