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 let idle_timer
function reset_idle() { function reset_idle() {
return
if (idle_timer) clearTimeout(idle_timer) if (idle_timer) clearTimeout(idle_timer)
idle_timer = setTimeout(() => { idle_timer = setTimeout(() => {
if (globalThis.location.pathname != "/" || globalThis.location.search != "") if (globalThis.location.pathname != "/" || globalThis.location.search != "")

View file

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