mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +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]) {
|
img[data-x-src]:not([src]) {
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
|
line-height: 1;
|
||||||
|
padding-left: 1.1em;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
img[data-x-src]:not([src])::after {
|
img[data-x-src]:not([src])::after {
|
||||||
content: "🖼";
|
content: "🖼";
|
||||||
font-family: snappymail;
|
font-family: snappymail;
|
||||||
line-height: 1;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in a new issue