update position for every speech buble and mascotte
This commit is contained in:
parent
df19c629fc
commit
9540d652a4
3 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
.speech-bubble {
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
bottom: 200px;
|
||||
right: 170px;
|
||||
z-index: 998;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue