mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
Resolve #564
This commit is contained in:
parent
6cd1007938
commit
bb39d1709e
1 changed files with 2 additions and 1 deletions
|
@ -366,12 +366,13 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
img[data-x-src]:not([src]) {
|
||||
border: 1px solid #999;
|
||||
line-height: 1;
|
||||
padding-left: 1.1em;
|
||||
position: relative;
|
||||
}
|
||||
img[data-x-src]:not([src])::after {
|
||||
content: "🖼";
|
||||
font-family: snappymail;
|
||||
line-height: 1;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in a new issue