Add collapsing nav for mobile

This commit is contained in:
Michael Genson
2026-04-10 15:36:41 +00:00
parent 2f2382128f
commit 29b9f58c5d
2 changed files with 26 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ import {
mdiChefHat,
mdiChevronDown,
mdiChevronRight,
mdiChevronLeft,
mdiClipboardCheck,
mdiClockTimeFourOutline,
mdiClose,
@@ -332,6 +333,7 @@ export const icons = {
slotMachine: mdiSlotMachine,
chevronDown: mdiChevronDown,
chevronRight: mdiChevronRight,
chevronLeft: mdiChevronLeft,
// Ocr toolbar
selectMode: mdiSelectionDrag,