mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-07 22:32:11 +00:00
absolute image url
This commit is contained in:
parent
266e77dfed
commit
566c605cca
@ -53,7 +53,9 @@
|
|||||||
left: -4px;
|
left: -4px;
|
||||||
top: -4px;
|
top: -4px;
|
||||||
content: "";
|
content: "";
|
||||||
background-image: url(/plugins/discourse-rewind/images/rewind-avatar-2-shimmer.gif);
|
background-image: absolute-image-url(
|
||||||
|
"/plugins/discourse-rewind/images/rewind-avatar-2-shimmer.gif"
|
||||||
|
);
|
||||||
display: block;
|
display: block;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.background-1 {
|
.background-1 {
|
||||||
background: url(/plugins/discourse-rewind/images/blur-bg.png);
|
background: absolute-image-url(
|
||||||
|
"/plugins/discourse-rewind/images/blur-bg.png"
|
||||||
|
);
|
||||||
@if is-dark-color-scheme() {
|
@if is-dark-color-scheme() {
|
||||||
opacity: 0.15;
|
opacity: 0.15;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user