diff options
-rw-r--r-- | script.js | 1 | ||||
-rw-r--r-- | style.css | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -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 != "") @@ -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; + } } |