thumbnail: Show the right spinner based on dark/light mode.

This commit is contained in:
Alex Vandiver 2024-07-13 05:18:19 +00:00 committed by Tim Abbott
parent b42863be4b
commit 39d6f4ce10
4 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -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%);
}

View File

@ -412,6 +412,10 @@
height: 100%;
width: 100%;
}
img.image-loading-placeholder {
content: url("../images/loading/loader-black.svg");
}
}
&.rtl .twitter-image,