fix(attachment): correct spacing around creation date
This commit is contained in:
parent
272f643955
commit
e0ce3e50bd
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user