fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-11-12 18:20:53 -08:00
parent 5f43e417d1
commit 89b8e9dcad
No known key found for this signature in database
8 changed files with 27 additions and 28 deletions

View file

@ -1,18 +1,22 @@
.mastodon-post-wrapper {
& dl,
& dt {
display: flex;
}
mastodon-post {
width: 100%;
& dl {
align-items: center;
.mastodon-post-wrapper {
& dl,
& dt {
display: flex;
}
& dd {
margin-left: var(--spacing-xs);
& dl {
align-items: center;
&:not(:last-child) {
margin-right: var(--spacing-lg);
& dd {
margin-left: var(--spacing-xs);
&:not(:last-child) {
margin-right: var(--spacing-lg);
}
}
}
}
}
}