aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--script.js1
-rw-r--r--style.css8
2 files changed, 9 insertions, 0 deletions
diff --git a/script.js b/script.js
index 6cf375a..6c86814 100644
--- a/script.js
+++ b/script.js
@@ -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 != "")
diff --git a/style.css b/style.css
index bcb9ca8..ce7329c 100644
--- a/style.css
+++ b/style.css
@@ -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;
+ }
}