fix(attachment): correct spacing around creation date
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kolaente 2024-05-07 18:11:40 +02:00
parent 272f643955
commit e0ce3e50bd
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

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;
}
}