edit: random bug fix

This commit is contained in:
2026-08-16 22:45:21 +02:00
parent 2ed49a5fe1
commit cd766e3969
5 changed files with 48 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
<data property="byDay" content="Tuesday">Tous les mardis</data><br> à partir de&nbsp;<data property="startTime" content="18:00">18h</data> <data property="byDay" content="Tuesday">Tous les mardis</data><br> à partir de&nbsp;<data property="startTime" content="18:00">18h</data>
</span> </span>
<br> <br>
<span property="location" href="https://labolyon.fr/">au local du LOL</span> <span property="location" href="https://labolyon.fr/">au local du LOL &ensp; &rarr; 7 Place Chazette, 69001 Lyon</span>
</p> </p>
</div> </div>
</article> </article>
+1
View File
@@ -40,6 +40,7 @@ Ce document sert à échanger et partager des idées et trucs à faire pour cont
* [x] réglages padding section statut * [x] réglages padding section statut
* [ ] section adhésion et explication financement * [ ] section adhésion et explication financement
(à discuter pour le contenu)
# Démarrer un serveur de developpement # Démarrer un serveur de developpement
+11
View File
@@ -24,6 +24,7 @@
.textBtnStyle:hover{ .textBtnStyle:hover{
color: var(--back-color); color: var(--back-color);
background-color: var(--main-color); background-color: var(--main-color);
border-color: var(--back-color);
} }
.iconBtnStyle{ .iconBtnStyle{
@@ -55,6 +56,16 @@
animation: none; animation: none;
} }
@media(min-width: 1300px){
.textBtnStyle{
font-size: 19px;
}
.iconBtnStyle{
font-size: 19px;
}
}
.solidBox{ .solidBox{
width: 100%; width: 100%;
height: 100%; height: 100%;
+6 -1
View File
@@ -362,8 +362,13 @@ main{
} }
#adhesionSection{ #adhesionSection{
visibility: collapse;
grid-column: 1; grid-column: 1;
grid-row: 2; grid-row: 2;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
.textBtnStyle{ .textBtnStyle{
position: relative; position: relative;
@@ -371,7 +376,7 @@ main{
width: 90%; width: 90%;
height: 33px; height: 33px;
font-size: 13.12px; font-size: 13.12px;
margin: 7.77px; margin-top: 13.12px;
} }
#addUserWindow{ #addUserWindow{
+29
View File
@@ -92,6 +92,13 @@
padding-top: 33px; padding-top: 33px;
} }
#adhesionSection{
justify-content: flex-end;
margin-top: 0;
margin-bottom: 33px;
width: 77%;
}
} }
#statuSection{ #statuSection{
.textBtnStyle{ .textBtnStyle{
@@ -157,6 +164,16 @@
right: 33px; right: 33px;
top: 33vh; top: 33vh;
} }
#openMsg{
width: 44px;
height: 44px;
}
.icon{
height: 22px;
width: auto;
}
} }
#titleSection{ #titleSection{
@@ -182,6 +199,7 @@
address{ address{
font-size: 22px; font-size: 22px;
margin-top: 13.12px;
} }
#planSection{ #planSection{
@@ -199,6 +217,17 @@
} }
} }
#adhesionSection{
width: 50%;
margin-left: 16.1px;
margin-bottom: 77px;
.textBtnStyle{
height: 44px;
font-size: 20px;
}
}
} }
#statuSection{ #statuSection{