Skip to content

Commit

Permalink
fix: no hamburger menu on table view size
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Aug 21, 2023
1 parent a67370d commit ab6cfc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default defineComponent({
const commonStore = useCommonStore()
const metaStore = useMetaStore()
const searchStore = useSearchStore()
const MOBILE_WITH = 996 // Using the mobile width by Bootstrap design.
const MOBILE_WITH = 1024 // Using the mobile width by Bootstrap design.
const { t } = useI18n()
const mobileSidebar = ref()
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/src/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</span>

<span
class="icon-control flex md:hidden items-center"
class="icon-control flex lg:hidden items-center"
data-dia="menu"
@click="handleOpenMenu()"
>
Expand Down

0 comments on commit ab6cfc0

Please sign in to comment.