This commit is contained in:
the-djmaze 2022-12-22 14:54:41 +01:00
parent 6cd1007938
commit bb39d1709e

View file

@ -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;