Add blocquote style.

This commit is contained in:
Danila Fedorin 2021-07-14 18:11:09 -07:00
parent 025ab16668
commit ba7e86ac8d

View file

@ -216,6 +216,12 @@ only loads when the top comes into view*/
padding: 10px;
}
.Timeline_messageBody blockquote {
margin-left: 0;
padding-left: 20px;
border-left: 4px solid rgb(229, 229, 229);
}
.Timeline_messageBody .pill {
padding: 0px 5px 0px 5px;
border-radius: 15px;