th: quotes: Add padding after quote block

Looks more natural this way.

Cherry-picked-from: 08ed527b63
main
VT Social 2024-07-10 10:20:50 +00:00 committed by kouhai
parent 71b3c711ca
commit bc5695da19
2 changed files with 8 additions and 0 deletions

View File

@ -1115,6 +1115,10 @@ body > [data-popper-placement] {
overflow: visible;
}
.status__quote {
margin-bottom: 0.5em;
}
.reply-indicator {
display: grid;
grid-template-columns: 46px minmax(0, 1fr);

View File

@ -1062,6 +1062,10 @@ body > [data-popper-placement] {
}
}
.status__quote {
margin-bottom: 0.5em;
}
.reply-indicator {
display: grid;
grid-template-columns: 46px minmax(0, 1fr);