[HTML] Update quote style

Closes #654
This commit is contained in:
Tyrrrz 2021-07-23 01:28:49 +03:00
parent f40589dea6
commit 28b2039a33

View file

@ -107,9 +107,14 @@
} }
.quote { .quote {
margin: 0.1em 0; display: flex;
padding-left: 0.6em; margin: 0.05em 0;
border-left: 4px solid @Themed("#4f545c", "#c7ccd1"); }
.quote::before {
content: "";
margin-right: 0.5em;
border: 2px solid @Themed("#4f545c", "#c7ccd1");
border-radius: 3px; border-radius: 3px;
} }
@ -239,7 +244,7 @@
} }
.chatlog__reference-name { .chatlog__reference-name {
margin-right: 0.25em; margin-right: 0.3em;
font-weight: 600; font-weight: 600;
} }