Update: hidden uninotes

This commit is contained in:
hyzen
2026-06-05 03:18:02 +05:30
parent 7641c25ab2
commit 1669b46e44
71 changed files with 193 additions and 125 deletions

View File

@@ -1,3 +1,10 @@
/* ── UniNotes menu item: hidden by default, shown by JS for hyzen only ───── */
.menu__item--uninotes {
display: none;
}
.hyzen-user .menu__item--uninotes {
display: list-item;
}
/* ── TOC: gap between TOC and first content line ────────────────────────── */
.toc {
margin-bottom: 1.73rem;