forked from rDrama/rDrama
1
0
Fork 0

Fix quote rendering in chat (#310)

master
2xsaiko 2022-07-01 01:01:01 +02:00 committed by GitHub
parent d9844231c7
commit b2461cd1d1
1 changed files with 3 additions and 3 deletions

View File

@ -73,12 +73,12 @@
}
p {
display: inline !important;
margin: 0;
}
blockquote {
margin: 5px 0 5px 0;
padding: 0.3rem 1rem;
margin: 5px 0 0 0;
padding: 0 1rem;
}
#online {