fix(attachment): correct spacing around creation date

This commit is contained in:
kolaente 2024-05-07 18:11:40 +02:00
parent 272f643955
commit e0ce3e50bd
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 2 deletions

View File

@ -323,9 +323,8 @@ async function setCoverImage(attachment: IAttachment | null) {
margin-bottom: 0;
display: flex;
> span:not(:last-child):after,
> span,
> button:not(:last-child):after {
content: '·';
padding: 0 .25rem;
}
}