mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 01:06:44 +03:00
fix: attachment list simple
This commit is contained in:
parent
aae22db190
commit
e67776adf4
1 changed files with 22 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue