mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-11 22:38:25 +00:00
Merge pull request #24645 from prssanna/hub-image
fix: broken image style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user