mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-22 10:55:15 -04:00
Fix RTL rendering in HTML exports (#727)
This commit is contained in:
parent
46450367e3
commit
fc6cfcfcc6
1 changed files with 6 additions and 0 deletions
|
@ -280,6 +280,7 @@
|
||||||
.chatlog__reference-edited-timestamp {
|
.chatlog__reference-edited-timestamp {
|
||||||
margin-left: 0.25em;
|
margin-left: 0.25em;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
unicode-bidi: bidi-override;
|
||||||
color: @Themed("rgba(255, 255, 255, 0.2)", "#747f8d");
|
color: @Themed("rgba(255, 255, 255, 0.2)", "#747f8d");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -299,6 +300,7 @@
|
||||||
.chatlog__messages {
|
.chatlog__messages {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
min-width: 50%;
|
min-width: 50%;
|
||||||
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__author-name {
|
.chatlog__author-name {
|
||||||
|
@ -309,6 +311,8 @@
|
||||||
.chatlog__timestamp {
|
.chatlog__timestamp {
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
|
direction: ltr;
|
||||||
|
unicode-bidi: bidi-override;
|
||||||
color: @Themed("rgba(255, 255, 255, 0.2)", "#747f8d");
|
color: @Themed("rgba(255, 255, 255, 0.2)", "#747f8d");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -478,6 +482,8 @@
|
||||||
.chatlog__embed-author-name {
|
.chatlog__embed-author-name {
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
direction: ltr;
|
||||||
|
unicode-bidi: bidi-override;
|
||||||
color: @Themed("#ffffff", "#4f545c")
|
color: @Themed("#ffffff", "#4f545c")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue