Skip to content

Commit

Permalink
fix: adapt to sm theme
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowangxiaowang256256 committed Mar 12, 2024
1 parent a93487e commit 8533600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/store-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export const menuList = ref([{ name: '🩷 Sponsors', href: '/sponsors' }])

/** isLargeScreen info */
export const isLargeScreen = useMediaQuery('(min-width: 768px)')
export const isLargeScreen = useMediaQuery('(min-width: 640px)')

/** isShowMenu */
export const isShowMenu = ref(false)

0 comments on commit 8533600

Please sign in to comment.