mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -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 {
|
||||
max-width: 100%;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.chatlog__message-group {
|
||||
|
|
|
|||
Loading…
Reference in a new issue