fix: broken image style
This commit is contained in:
parent
29878e5c3b
commit
7e8113c7e8
@ -32,7 +32,13 @@ body[data-route*="marketplace"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hub-image-loading, .hub-image-broken {
|
.hub-image-loading, .hub-image-broken {
|
||||||
.img-background();
|
content: " ";
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
background-color: var(--bg-light-gray);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user