mirror of https://github.com/zulip/zulip.git
thumbnail: Show the right spinner based on dark/light mode.
This commit is contained in:
parent
b42863be4b
commit
39d6f4ce10
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -389,6 +389,10 @@
|
|||
.rendered_markdown .message_inline_image {
|
||||
background: hsl(0deg 0% 100% / 3%);
|
||||
|
||||
img.image-loading-placeholder {
|
||||
content: url("../images/loading/loader-white.svg");
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: hsl(0deg 0% 100% / 15%);
|
||||
}
|
||||
|
|
|
@ -412,6 +412,10 @@
|
|||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
img.image-loading-placeholder {
|
||||
content: url("../images/loading/loader-black.svg");
|
||||
}
|
||||
}
|
||||
|
||||
&.rtl .twitter-image,
|
||||
|
|
Loading…
Reference in New Issue