Merge pull request #24645 from prssanna/hub-image

fix: broken image style
This commit is contained in:
Prssanna Desai
2021-02-16 12:02:28 +05:30
committed by GitHub

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;