fix(attachments): left align attachment title

This commit is contained in:
kolaente 2025-03-09 12:05:18 +01:00
parent e5c751fece
commit 12604bcb0f
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ async function setCoverImage(attachment: IAttachment | null) {
font-weight: bold;
height: 2rem;
color: var(--text);
text-align: left;
}
.info {