mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
[HTML] Add horizontal gap between embed fields
This commit is contained in:
parent
6fa7cbe568
commit
eec4123b98
|
|
@ -499,6 +499,7 @@
|
|||
.chatlog__embed-fields {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0 0.5em;
|
||||
}
|
||||
|
||||
.chatlog__embed-field {
|
||||
|
|
|
|||
Loading…
Reference in a new issue