Improved the style a little
All checks were successful
/ publish (push) Successful in 1m10s

This commit is contained in:
Leon Mika 2025-02-20 07:46:58 +11:00
parent 30a7fbc4f4
commit fb096bb42c
3 changed files with 8 additions and 7 deletions

View file

@ -39,4 +39,6 @@ filter.addEventListener("keyup", (ev) => {
lastFilterValue = filter.value;
applyFilter(filter.value);
})
})
fitler.focus();