edit: alt text dans panneau image, gestion des messages vides

This commit is contained in:
2026-04-04 19:08:45 +02:00
parent c94b22444a
commit f56ee81f6d
5 changed files with 18 additions and 6 deletions
@@ -42,8 +42,8 @@
si tu as envie de participer !
</p>
<button type="button" class="textBtnStyle" @click="openPannel('follow')">NOUS SUIVRE HORS DES RÉSEAUX!</button>
<button type="button" class="textBtnStyle" @click="openPannel('donation')">NOUS FAIRE UNE DONATION</button>
<button type="button" class="textBtnStyle" id="ticketButton" @click="openPannel('ticket')">RÉSERVER MA PLACE!</button>
<button type="button" class="textBtnStyle" @click="openPannel('donation')" v-show="false">NOUS FAIRE UNE DONATION</button>
<button type="button" class="textBtnStyle" id="ticketButton" @click="openPannel('ticket')" v-show="false">RÉSERVER MA PLACE!</button>
</div>
<div id="btnColumn">
<button type="button" class="iconBtnStyle" id="btnArtist" @click="openPannel('artist')" data-tooltip="à propos de nous">
@@ -215,17 +215,19 @@
position: absolute;
top: -80px;
left: 64%;
animation: float 1.61s infinite;
/*animation: float 1.61s infinite;*/
color: var(--main-color);
background-color: var(--accent-color);
width: 50%;
}
/*
#ticketButton.textBtnStyle:hover{
background-color: var(--main-color);
animation: none;
border-color: var(--accent-color);
color: var(--accent-color);
}
*/
/*================ MID FORMAT*/
@media(min-width:500px){