Bugfix: some messages have incorrect image widths

This commit is contained in:
the-djmaze 2022-02-15 14:49:04 +01:00
parent 7838aee0f1
commit e59e6444d0

View file

@ -332,7 +332,7 @@ html.rl-no-preview-pane {
} }
img { img {
max-width: 100%; max-width: 90vw;
} }
img[data-x-src]:not([src]) { img[data-x-src]:not([src]) {
border: 1px solid #999; border: 1px solid #999;