diff options
author | Riley L. <riley@e926.de> | 2025-05-12 12:42:59 +0200 |
---|---|---|
committer | Riley L. <riley@e926.de> | 2025-05-12 12:42:59 +0200 |
commit | f7493a117a300440b80390c865e335188295d9b1 (patch) | |
tree | cce6cbfc33538ab64dc78dac5d63aa9f5f256e1a | |
parent | 868fa10610a4341e7c0d634310049930a33fa9e0 (diff) | |
download | abrechenbarkeit-f7493a117a300440b80390c865e335188295d9b1.tar abrechenbarkeit-f7493a117a300440b80390c865e335188295d9b1.tar.bz2 abrechenbarkeit-f7493a117a300440b80390c865e335188295d9b1.tar.zst |
change some print thingys
-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; + } } |