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
commit f1c0f680f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;