fix: broken image style

This commit is contained in:
prssanna 2021-02-16 11:59:12 +05:30
parent 29878e5c3b
commit 7e8113c7e8

View File

@ -32,7 +32,13 @@ body[data-route*="marketplace"] {
}
.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;
align-items: center;
justify-content: center;