mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: some messages have incorrect image widths
This commit is contained in:
parent
7838aee0f1
commit
e59e6444d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue