fix: 🐛 wrong margin for MkDateSeperatedlist on Safari beta

This commit is contained in:
tamania 2023-07-31 18:24:26 -07:00 committed by ThatOneCalculator
parent 800ba2dc4f
commit aaa413b516
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

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