mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +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 {
|
||||
max-width: 100%;
|
||||
max-width: 90vw;
|
||||
}
|
||||
img[data-x-src]:not([src]) {
|
||||
border: 1px solid #999;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue