[Style]: fix attachments wrapping

This commit is contained in:
ClaraCrazy 2025-12-26 01:04:21 +01:00
parent 2f9491aeee
commit 7bc1b7b9d1
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

@ -458,13 +458,13 @@ label {
} }
.mail-from { .mail-from {
font-size: 1.1rem; font-size: 1.5rem;
color: #b366e6; color: #b366e6;
font-weight: 500; font-weight: 500;
} }
.mail-date { .mail-date {
font-size: 0.95rem; font-size: 1.4rem;
color: #888; color: #888;
opacity: 0.8; opacity: 0.8;
} }
@ -520,7 +520,8 @@ label {
.attachments-list { .attachments-list {
display: flex; display: flex;
flex-direction: column; flex-direction: row;
flex-wrap: wrap;
gap: 12px; gap: 12px;
} }