This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
DiscordChatExporter
mirror of
https://github.com/Tyrrrz/DiscordChatExporter
Watch
1
Star
0
Fork
You've already forked DiscordChatExporter
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Fix avatar images not being confined
Browse Source
pull/4/head
Alexey Golub
7 years ago
parent
7e8854cf78
commit
61d3038050
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
DiscordChatExporter/Services/ExportTemplate.html
Unescape
Escape
View File
@ -62,6 +62,8 @@
}
img.msg-avatar {
height: 100%;
border-radius: 50%;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
open-source-mirrors/DiscordChatExporter
Title
Body
Create Issue