This commit is contained in:
parent
0216210041
commit
7c308deb62
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
if(evt.detail.component === MapTab)
|
if(evt.detail.component === MapTab)
|
||||||
divider.style.transform = "translateY(calc(0vh + 70px))";
|
divider.style.transform = "translateY(calc(0vh + 70px))";
|
||||||
else
|
else
|
||||||
divider.style.transform = "translateY(20vh)";
|
divider.style.transform = "translateY(30vh)";
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
background: white;
|
background: white;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
transform: translateY(20vh);
|
transform: translateY(30vh);
|
||||||
transition: transform 400ms;
|
transition: transform 400ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue