mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-31 03:52:01 +08:00
Improved messages disabled img design
This commit is contained in:
parent
556ce13eac
commit
6238b97f08
1 changed files with 1 additions and 4 deletions
|
@ -431,15 +431,11 @@ html.rl-no-preview-pane {
|
|||
img[data-x-src]:not([src])::after {
|
||||
content: "🖼";
|
||||
font-family: snappymail;
|
||||
height:16px;
|
||||
width:16px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
border: 1px solid #999;
|
||||
padding: 3px;
|
||||
}
|
||||
img[data-x-src]:not([src]):hover::after {
|
||||
content: attr(data-x-src);
|
||||
|
@ -450,6 +446,7 @@ html.rl-no-preview-pane {
|
|||
width: -moz-fit-content;
|
||||
width: -webkit-fit-content;
|
||||
width: fit-content;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
|
|
Loading…
Reference in a new issue