update lots of reader fixes

This commit is contained in:
2026-07-23 00:15:21 -07:00
parent 88aaab2e00
commit c6b95e23c7
10 changed files with 510 additions and 150 deletions
+4
View File
@@ -249,6 +249,10 @@
setActiveSection(getActiveSection() === "zodiac" ? "home" : "zodiac");
});
bindClick(elements.openSkyEl, () => {
setActiveSection(getActiveSection() === "sky" ? "home" : "sky");
});
bindClick(elements.openNatalEl, () => {
setActiveSection(getActiveSection() === "natal" ? "home" : "natal");
});