mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-15 16:10:32 +03:00
Fix max width of image thumbnails in renderer
This commit is contained in:
parent
b74b03d44d
commit
7d9d1a9869
@ -207,7 +207,7 @@ body {
|
||||
|
||||
.message .thumbnail img {
|
||||
max-height: 320px;
|
||||
max-width: calc(100vw - 299px);
|
||||
max-width: calc(100% - 20px);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user