fix: styles

This commit is contained in:
Cory Dransfeldt 2024-10-08 20:31:07 -07:00
parent bd9eede22c
commit ce4c43ddf1
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -1,8 +1,4 @@
.mastodon-post-wrapper {
margin: var(--spacing-base) 0;
border-top: var(--border-gray);
padding-top: var(--sizing-base);
& dl, dt {
display: flex;
}

View file

@ -26,6 +26,8 @@ youtube-video + .associated-media {
&:has(~ *) {
margin-bottom: var(--spacing-base);
padding-bottom: var(--spacing-base);
border-bottom: var(--border-gray);
}
& ~ youtube-video {