Skip to content

Commit

Permalink
changes for showaideliee
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineF4C5 committed Mar 17, 2024
1 parent f3bc358 commit cb64a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h5>${feature.properties.map_object.category}</h5>`
<div class="w3-container" x-cloak x-show="!mobile || showFiltresMobile">
<div style="z-index: 6969; position:relative; margin-top: 10px;max-width:70vw"
class="w3-auto w3-round-large">
<div x-data="{ active: '' }" class="w3-center">
<div x-data="{ active: '' }" class="w3-center" x-show="!$store.showAideLieeCard">
<div class="w3-white w3-round-large w3-card" style="position: relative; z-index: 6969;">
<div style="display:inline-block;padding: 16px;">
<div class="w3-center w3-text-gray">Filtres</div>
Expand Down Expand Up @@ -537,7 +537,7 @@ <h6 class="w3-text-blue">Aides</h6>
</div>
</div>
<div x-data>
<div id="aideLieeCard" class="w3-margin-top w3-auto w3-round-large w3-white w3-card"
<div id="aideLieeCard" class="w3-margin-top w3-center w3-round-large w3-white w3-card"
x-show="$store.showAideLieeCard">
<div class="w3-container w3-padding">
<!-- Explain this mode-->
Expand Down

0 comments on commit cb64a81

Please sign in to comment.