From 9540d652a43792438ef545410ba706b85123af1f Mon Sep 17 00:00:00 2001 From: Didictateur Date: Mon, 23 Feb 2026 14:20:41 +0100 Subject: [PATCH] update position for every speech buble and mascotte --- frontend/pages/chap1.html | 10 +++++----- frontend/pages/chap3.html | 8 ++++---- index.html | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/pages/chap1.html b/frontend/pages/chap1.html index d67d431..99292a3 100644 --- a/frontend/pages/chap1.html +++ b/frontend/pages/chap1.html @@ -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; diff --git a/frontend/pages/chap3.html b/frontend/pages/chap3.html index 8772300..711efae 100644 --- a/frontend/pages/chap3.html +++ b/frontend/pages/chap3.html @@ -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; diff --git a/index.html b/index.html index abddf92..03e254a 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ .speech-bubble { position: absolute; - top: 100px; + bottom: 200px; right: 170px; z-index: 998; display: flex;