mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-28 13:44:12 -04:00
Update margins in HTML embeds
This commit is contained in:
parent
cfbd267d3a
commit
f9b6793d47
1 changed files with 2 additions and 2 deletions
|
@ -417,7 +417,7 @@
|
||||||
|
|
||||||
.chatlog__embed-author-container {
|
.chatlog__embed-author-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 0.3rem;
|
margin-bottom: 0.5rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -441,7 +441,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__embed-title {
|
.chatlog__embed-title {
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.5rem;
|
||||||
color: @Themed("#ffffff", "#4f545c");
|
color: @Themed("#ffffff", "#4f545c");
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue