mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
parent
f40589dea6
commit
28b2039a33
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue