mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 11:16:59 -04:00
[HTML] Add horizontal gap between embed fields
This commit is contained in:
parent
6fa7cbe568
commit
eec4123b98
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue