fix: attachment list simple

This commit is contained in:
hampoelz 2023-12-17 14:02:03 +00:00
parent aae22db190
commit e67776adf4

View file

@ -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 */