changelog + website: fixes

This commit is contained in:
nym21
2026-03-27 12:50:35 +01:00
parent 17570e12b8
commit 041652d85d
15 changed files with 130 additions and 218 deletions

View File

@@ -62,6 +62,10 @@
padding: 0 var(--main-padding);
padding-top: 0.375rem;
@media (pointer: coarse) {
pointer-events: auto;
}
> * {
pointer-events: auto;
}
@@ -255,11 +259,11 @@
button {
color: var(--off-color);
padding: 0.375rem;
margin: -0.375rem 0.25rem;
padding: 0.375rem 0.5rem;
margin: -0.375rem 0;
&:first-of-type {
margin-left: -0.25rem;
margin-left: -0.5rem;
}
}
}