Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f7e10a5

Browse files
committed
📱 put the hamburger button back on mobile
1 parent 5fc530d commit f7e10a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/TheHeader.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<Slide right width="400" v-if="currentResolution() >= 1024 ? true : false" @openMenu="handleOpenMenu">
3+
<Slide right width="400" v-if="currentResolution() <= 1024 ? true : false" @openMenu="handleOpenMenu">
44
<TheNavBar/>
55
</Slide>
66
<h1><span class="title-vue">Vue.js</span> + <span class="title-openlayers">OpenLayers 6</span> 🌍</h1>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /