mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
parent
f7ef3bbb44
commit
ffa1023c50
|
|
@ -95,6 +95,7 @@ img.msg-avatar {
|
||||||
div.msg-right {
|
div.msg-right {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
min-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.msg-user {
|
span.msg-user {
|
||||||
|
|
@ -117,7 +118,7 @@ span.msg-edited {
|
||||||
div.msg-content {
|
div.msg-content {
|
||||||
font-size: .9375em;
|
font-size: .9375em;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
word-break: break-all;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.msg-attachment {
|
div.msg-attachment {
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,7 @@ img.msg-avatar {
|
||||||
div.msg-right {
|
div.msg-right {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
min-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.msg-user {
|
span.msg-user {
|
||||||
|
|
@ -117,7 +118,7 @@ span.msg-edited {
|
||||||
div.msg-content {
|
div.msg-content {
|
||||||
font-size: .9375em;
|
font-size: .9375em;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
word-break: break-all;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.msg-attachment {
|
div.msg-attachment {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue