Skip to content

Commit

Permalink
fixed updateable mods showing above search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
0neGal committed Jan 2, 2025
1 parent eca6beb commit f6dad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/js/mods.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ mods.load = (mods_obj) => {
})

mod_els[i].remove();
modsdiv.querySelector(".line").after(mod_el);
modsdiv.querySelector(".line:has(.search)").after(mod_el);
} else {
mod_els[i].querySelector(".update").style.display = "none";
}
Expand Down

0 comments on commit f6dad6e

Please sign in to comment.