change some print thingys

This commit is contained in:
Riley L. 2025-05-12 12:42:59 +02:00
parent 868fa10610
commit f7493a117a
2 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,7 @@
let idle_timer
function reset_idle() {
return
if (idle_timer) clearTimeout(idle_timer)
idle_timer = setTimeout(() => {
if (globalThis.location.pathname != "/" || globalThis.location.search != "")

View file

@ -422,6 +422,10 @@ form.disabled input {
display: block;
}
table.productlist {
width: 100%;
}
.userlist a,
ul {
display: block;
@ -450,4 +454,8 @@ form.disabled input {
form {
display: none;
}
section.firstletterlist {
display: none;
}
}