update position for every speech buble and mascotte

This commit is contained in:
Didictateur 2026-02-23 14:20:41 +01:00
parent df19c629fc
commit 9540d652a4
3 changed files with 10 additions and 10 deletions

View file

@ -12,9 +12,9 @@
}
#mascotte {
position: fixed;
bottom: 0px;
right: 160px;
position: absolute;
top: 670px;
right: 100px;
z-index: 999;
transform: scaleX(-1);
cursor: pointer;
@ -27,8 +27,8 @@
}
.speech-bubble {
position: fixed;
bottom: 320px;
position: absolute;
bottom: 200px;
right: 170px;
z-index: 998;
display: none;

View file

@ -13,9 +13,9 @@
}
#mascotte {
position: fixed;
bottom: 0;
right: 160px;
position: absolute;
top: 670px;
right: 100px;
z-index: 999;
transform: scaleX(-1);
cursor: pointer;
@ -29,7 +29,7 @@
.speech-bubble {
position: fixed;
bottom: 320px;
bottom: 200px;
right: 170px;
z-index: 998;
display: none;

View file

@ -50,7 +50,7 @@
.speech-bubble {
position: absolute;
top: 100px;
bottom: 200px;
right: 170px;
z-index: 998;
display: flex;