feat: manpage, ?compact, and some changes to formatting

This commit is contained in:
Lewis Wynne 2026-03-26 19:07:37 +00:00
parent 51e33844b1
commit 306e26da46
8 changed files with 120 additions and 21 deletions

View file

@ -24,6 +24,8 @@
location.replace('/admin');
}
if (p.has('compact')) document.documentElement.dataset.compact = '';
var has = p.get('has');
if (has) {
document.documentElement.dataset.has = has;