web #1

Merged
shafin808s merged 35 commits from web into main 2026-03-11 20:41:06 +00:00
45 changed files with 21591 additions and 2752 deletions
Showing only changes of commit 4df5707ebd - Show all commits

View File

@ -174,6 +174,11 @@ const STYLES = `
opacity: 1;
}
/* Ensure the dock is hidden on desktop (md and up) */
@media (min-width: 768px) {
.sl-dock-wrap { display: none !important; }
}
/* Quest mode: active label uses Cinzel for the pirate feel */
.quest-mode .sl-dock-item.active .sl-dock-label {
font-family: 'Sorts Mill Goudy', serif;