diff --git a/styles/less/global/inventory-item.less b/styles/less/global/inventory-item.less index d703d189..9045baf5 100644 --- a/styles/less/global/inventory-item.less +++ b/styles/less/global/inventory-item.less @@ -103,9 +103,10 @@ display: flex; align-items: center; justify-content: end; + gap: 8px; a { - width: 20px; + width: 15px; text-align: center; } @@ -274,10 +275,8 @@ grid-area: controls; align-self: start; padding-top: 0.3125rem; + gap: 4px; margin-bottom: -1px; - a { - width: 18px; - } } > .item-labels { align-self: start; @@ -335,27 +334,6 @@ border-radius: 6px; } - .recall-cost { - position: absolute; - right: 4px; - top: 4px; - width: 1.75em; - height: 1.75em; - - align-items: center; - background: @dark-blue; - border-radius: 50%; - border: 1px solid @golden; - color: @golden; - display: flex; - justify-content: center; - padding-top: 0.1em; // compensate for font - - i { - font-size: 0.68em; - } - } - .card-label { display: flex; flex-direction: column; diff --git a/templates/sheets/global/partials/domain-card-item.hbs b/templates/sheets/global/partials/domain-card-item.hbs index 54e44e64..ae95b7af 100644 --- a/templates/sheets/global/partials/domain-card-item.hbs +++ b/templates/sheets/global/partials/domain-card-item.hbs @@ -1,9 +1,5 @@