chore(mobile/attachments): improve layout

This commit is contained in:
Elian Doran 2026-02-05 22:02:11 +02:00
parent ab0585609a
commit 026ba5ddce
No known key found for this signature in database

View File

@ -10,6 +10,12 @@
display: flex;
justify-content: space-between;
align-items: baseline;
@media (max-width: 991px) {
margin-block: 1em;
flex-direction: column;
gap: 0.5em;
}
}
/* #endregion */
@ -42,6 +48,12 @@
display: flex;
align-items: center;
gap: 1em;
@media (max-width: 991px) {
gap: 0.5em;
flex-wrap: wrap;
.attachment-title { flex-grow: 1; }
}
}
.attachment-details {