chore: Improve simple attachment list

This commit is contained in:
Rene Hampölz 2023-01-03 14:12:33 +00:00
parent 2c3766f4d5
commit c7991c91b7

View file

@ -917,6 +917,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
background-color: var(--color-background-dark); background-color: var(--color-background-dark);
border-radius: var(--border-radius); border-radius: var(--border-radius);
box-shadow: none; box-shadow: none;
padding: 2px;
} }
#rl-app #messageItem .attachmentsPlace .attachmentItem:hover, #rl-app #messageItem .attachmentsPlace .attachmentItem:hover,
@ -949,6 +950,10 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
color: var(--color-main-text); color: var(--color-main-text);
} }
#rl-app #messageItem .attachmentListSimple .attachmentName {
margin: 5px;
}
/* /*
* message flags * message flags
*/ */