1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 07:35:57 +09:00

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

This commit is contained in:
tamaina 2023-07-31 05:54:30 +00:00
parent a52f63ec6a
commit 62e347c270

View File

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