mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2025-05-22 22:34:46 +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
|
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 != "")
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue