Hover and missing var fixes

This commit is contained in:
Abhorrent_Anger 2024-03-22 14:25:48 +02:00
parent 8e935c52dc
commit 6c53205443
2 changed files with 3 additions and 1 deletions

View File

@ -152,7 +152,7 @@ function handleHTML(steam_id, steam_name, html_string) {
inventory.attr('data-items', item_count); inventory.attr('data-items', item_count);
var last_div = null; var last_div = null;
inventories.each(function () { inventories.each(function () {
if (child_count > $(this).children().length) { if (item_count > $(this).children().length) {
return false; return false;
} }
last_div = $(this); last_div = $(this);

View File

@ -105,6 +105,8 @@ li {
margin-left: -64px; margin-left: -64px;
margin-top: 30px; margin-top: 30px;
display: none; display: none;
font-style: normal;
font-weight: 500;
} }
a, a,