chore: Safari(beta?)でTLのマージンがおかしいのを修正

This commit is contained in:
tamaina 2023-07-31 05:54:30 +00:00
parent a52f63ec6a
commit 62e347c270
1 changed files with 3 additions and 3 deletions

View File

@ -168,10 +168,10 @@ export default defineComponent({
> *:empty {
display: none;
}
> *:not(:last-child) {
margin-bottom: var(--margin);
}
&:not(.date-separated-list-nogap) > *:not(:last-child) {
margin-bottom: var(--margin);
}
}