mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-07 14:22:12 +00:00
absolute image url
This commit is contained in:
parent
266e77dfed
commit
566c605cca
@ -53,7 +53,9 @@
|
||||
left: -4px;
|
||||
top: -4px;
|
||||
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;
|
||||
background-size: cover;
|
||||
}
|
||||
|
@ -49,7 +49,9 @@
|
||||
}
|
||||
|
||||
.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() {
|
||||
opacity: 0.15;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user