fix(attachments): left align attachment title
This commit is contained in:
parent
e5c751fece
commit
12604bcb0f
|
|
@ -329,6 +329,7 @@ async function setCoverImage(attachment: IAttachment | null) {
|
|||
font-weight: bold;
|
||||
height: 2rem;
|
||||
color: var(--text);
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
|
|
|||
Loading…
Reference in New Issue