fix: spacing
This commit is contained in:
parent
5f43e417d1
commit
89b8e9dcad
8 changed files with 27 additions and 28 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue