Remove margins for block quotes

This commit is contained in:
Cohee 2023-08-07 14:08:49 +03:00
parent e0d6430ade
commit 7384cb07a4

View File

@ -227,6 +227,7 @@ table.responsiveTable {
border-left: 3px solid var(--SmartThemeQuoteColor);
padding-left: 10px;
background-color: var(--black30a);
margin: 0;
}
.mes_text strong em,
@ -5469,4 +5470,4 @@ body.waifuMode .zoomed_avatar {
background-color: var(--SmartThemeBlurTintColor);
text-align: center;
line-height: 14px;
}
}