diff --git a/erpnext/public/js/hub/marketplace.js b/erpnext/public/js/hub/marketplace.js index 3d4611ad8cf..31cf5daf48a 100644 --- a/erpnext/public/js/hub/marketplace.js +++ b/erpnext/public/js/hub/marketplace.js @@ -460,9 +460,15 @@ erpnext.hub.Item = class Item extends SubPage { ${edit_buttons_html}
- +
diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less index 3809c231a85..c7277f28d9d 100644 --- a/erpnext/public/less/hub.less +++ b/erpnext/public/less/hub.less @@ -106,7 +106,7 @@ body[data-route^="marketplace/"] { top: 0; width: 100%; height: 100%; - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(0, 0, 0, 0.05); } .hub-card-overlay-body { @@ -217,4 +217,8 @@ body[data-route^="marketplace/"] { .hub-item-review-container { margin-top: calc(30vh); } + + .hub-item-dropdown { + margin-top: 20px; + } }