Skip to content

Commit

Permalink
Fix missing release button (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
beardeddragon5 authored Jan 19, 2024
1 parent 0602816 commit e766a2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "item_placeholder",
"version": "2.0.1",
"version": "2.0.2",
"description": "Item Placeholder for Melvor Idle",
"homepage": "https://mod.io/g/melvoridle/m/item-placeholder",
"author": "Matthias Ramsauer",
Expand Down
4 changes: 0 additions & 4 deletions src/assets/placeholder.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ bank-selected-item-menu[data-item-id^='item_placeholder:empty_'] .wiki-link {
display: none;
}

bank-selected-item-menu[data-item-id^='item_placeholder:empty_'] .col-12:not(.col-12:last-child) {
display: none;
}

#bank-item-box {
height: fit-content !important;
min-height: 830px;
Expand Down

0 comments on commit e766a2b

Please sign in to comment.