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

View file

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

View file

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