mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-15 00:03:38 -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 {
|
.chatlog__embed-fields {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
gap: 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__embed-field {
|
.chatlog__embed-field {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue