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 b8e6ab1

Browse files
committed
⚙️ move the hambutger button to the right
1 parent bbc6a70 commit b8e6ab1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎src/components/TheHeader.vue‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<Slide noOverlay width="400">
3+
<Slide right width="400">
44
<router-link class="navbar-item" :to="{name: 'home'}">Accueil</router-link>
55
<router-link class="navbar-item" :to="{name: 'firstMap'}">Afficher une carte</router-link>
66
<router-link class="navbar-item" :to="{name: 'changeView'}">Centrer la carte</router-link>
@@ -37,12 +37,14 @@ import { Slide } from 'vue-burger-menu'
3737
.bm-burger-button {
3838
width: 1.5em !important;
3939
height: 1.5em !important;
40-
left: 1em !important;
4140
top: 1em !important;
4241
}
4342
.bm-item-list a {
4443
font-size: medium !important;
4544
}
45+
.bm-overlay {
46+
background: rgb(255, 255, 255) !important;
47+
}
4648
4749
@media (max-width: 1024px) {
4850
@@ -52,12 +54,14 @@ import { Slide } from 'vue-burger-menu'
5254
.bm-burger-button {
5355
width: 1em !important;
5456
height: 1em !important;
55-
left: 1em !important;
5657
top: 0.5em !important;
5758
}
5859
.bm-item-list a {
5960
font-size: medium !important;
6061
}
62+
.bm-overlay {
63+
background: rgb(255, 255, 255) !important;
64+
}
6165
}
6266
6367
</style>

0 commit comments

Comments
(0)

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