mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-15 16:10:32 +03:00
Fix images going out of bounds in renderer
This commit is contained in:
parent
e7a06f6748
commit
454bc0fb39
@ -206,9 +206,14 @@ body {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.message .thumbnail img {
|
||||
max-height: 320px;
|
||||
.message .thumbnail {
|
||||
max-width: calc(100% - 20px);
|
||||
max-height: 320px;
|
||||
}
|
||||
|
||||
.message .thumbnail img {
|
||||
max-width: 100%;
|
||||
max-height: 320px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user