fix blockquotes in chat

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-26 17:00:19 +02:00
parent 6ea5e5f679
commit 8ca2812dac
1 changed files with 3 additions and 2 deletions

View File

@ -64,10 +64,11 @@
blockquote + :not(blockquote) {
display: inline-block;
margin-top: 0.5rem;
}
blockquote, blockquote + :not(blockquote) {
margin-top: 0.5rem !important;
blockquote {
margin-top: 0.5rem;
}
.diff {