fix(attachment): correct spacing around creation date
This commit is contained in:
@ -323,9 +323,8 @@ async function setCoverImage(attachment: IAttachment | null) {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
> span:not(:last-child):after,
|
> span,
|
||||||
> button:not(:last-child):after {
|
> button:not(:last-child):after {
|
||||||
content: '·';
|
|
||||||
padding: 0 .25rem;
|
padding: 0 .25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user