mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2025-05-22 14:34:44 +00:00
change some print thingys
This commit is contained in:
parent
868fa10610
commit
f7493a117a
2 changed files with 9 additions and 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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue