th: quotes: Add padding after quote block
Looks more natural this way.
Cherry-picked-from: 08ed527b63
main
parent
71b3c711ca
commit
bc5695da19
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue