Skip to content

Commit

Permalink
fix: attachment list simple
Browse files Browse the repository at this point in the history
  • Loading branch information
hampoelz committed Dec 17, 2023
1 parent aae22db commit e67776a
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions snappymail/v/0.0.0/themes/NextcloudV25+/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit e67776a

Please sign in to comment.