mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-24 11:47:00 -04:00
parent
f7ef3bbb44
commit
ffa1023c50
2 changed files with 4 additions and 2 deletions
|
@ -95,6 +95,7 @@ img.msg-avatar {
|
|||
div.msg-right {
|
||||
flex: 1;
|
||||
margin-left: 20px;
|
||||
min-width: 50%;
|
||||
}
|
||||
|
||||
span.msg-user {
|
||||
|
@ -117,7 +118,7 @@ span.msg-edited {
|
|||
div.msg-content {
|
||||
font-size: .9375em;
|
||||
padding-top: 5px;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
div.msg-attachment {
|
||||
|
|
|
@ -95,6 +95,7 @@ img.msg-avatar {
|
|||
div.msg-right {
|
||||
flex: 1;
|
||||
margin-left: 20px;
|
||||
min-width: 50%;
|
||||
}
|
||||
|
||||
span.msg-user {
|
||||
|
@ -117,7 +118,7 @@ span.msg-edited {
|
|||
div.msg-content {
|
||||
font-size: .9375em;
|
||||
padding-top: 5px;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
div.msg-attachment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue