remove new screen animation
This commit is contained in:
parent
a5044ea85a
commit
c11cd9c3e2
|
@ -118,18 +118,17 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.newScreen {
|
.newScreen {
|
||||||
|
display: none;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 0;
|
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
overflow: hidden;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: var(--background);
|
height: calc(100vh - 58px);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
transition: height 350ms ease-in-out;
|
background-color: var(--background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.newScreenVisible {
|
.newScreenVisible {
|
||||||
height: calc(100vh - 58px);
|
display: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.screens {
|
.screens {
|
||||||
|
|
Loading…
Reference in New Issue