edit: structure contenu contact, news & insta + panneau follow hors rezo + déplacement msgData.js plus haut dans dossiers
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<br>
|
||||
Lorem ipsum dolor sit amet consectetur adipiscing elit. Quisque faucibus ex sapien vitae pellentesque sem placerat. In id cursus mi pretium tellus duis convallis. Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla lacus nec metus bibendum egestas. Iaculis massa nisl malesuada lacinia integer nunc posuere. Ut hendrerit semper vel class aptent taciti sociosqu. Ad litora torquent per conubia nostra inceptos himenaeos.
|
||||
</p>
|
||||
<button type="button" class="textBtnStyle">NOUS SUIVRE HORS DES RÉSEAUX!</button>
|
||||
<button type="button" class="textBtnStyle" @click="openPannel('follow')">NOUS SUIVRE HORS DES RÉSEAUX!</button>
|
||||
</div>
|
||||
<div id="btnColumn">
|
||||
<button type="button" class="iconBtnStyle" id="btnArtist" @click="openPannel('artist')">
|
||||
@@ -60,6 +60,12 @@
|
||||
@focus="focusPannel('msg')"
|
||||
:class="{zBase: isFocused!=='msg', zFocus: isFocused==='msg'}">
|
||||
</MessagePan>
|
||||
<FollowPan
|
||||
v-show="isActive.includes('follow')"
|
||||
@close="closePannel('follow')"
|
||||
@focus="focusPannel('follow')"
|
||||
:class="{zBase: isFocused!=='follow', zFocus: isFocused==='follow'}">
|
||||
</FollowPan>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user