[HTML] Add horizontal gap between embed fields

This commit is contained in:
Tyrrrz 2021-07-24 17:39:45 +03:00
parent 6fa7cbe568
commit eec4123b98

View file

@ -499,6 +499,7 @@
.chatlog__embed-fields {
display: flex;
flex-wrap: wrap;
gap: 0 0.5em;
}
.chatlog__embed-field {