mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-15 00:03:38 -07:00
Add some margin at the end of the chatlog in HTML
This commit is contained in:
parent
6f4d1c3d77
commit
adbe544c57
|
|
@ -110,6 +110,7 @@ img {
|
||||||
|
|
||||||
.chatlog {
|
.chatlog {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__message-group {
|
.chatlog__message-group {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue