mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
remove animation from play bar opening to prevent canvas glitches for height 0
This commit is contained in:
parent
b810f1f120
commit
c1d0500f49
|
|
@ -1154,12 +1154,12 @@ html.dz #flogout {
|
||||||
transition: margin-left 0; /* can't set this above 0 due to onwidgetresize */
|
transition: margin-left 0; /* can't set this above 0 due to onwidgetresize */
|
||||||
}
|
}
|
||||||
#widget.anim #widgeti {
|
#widget.anim #widgeti {
|
||||||
transition: transform 0.15s, height 0.15s;
|
transition: height 0.15s;
|
||||||
}
|
}
|
||||||
#widget.open #widgeti{
|
#widget.open #widgeti{
|
||||||
/* box-shadow: 0 0 1em rgba(0,48,64,0.2); */
|
/* box-shadow: 0 0 1em rgba(0,48,64,0.2); */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
transform: scaleY(1);
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pbarthinpos {
|
#pbarthinpos {
|
||||||
|
|
@ -1175,11 +1175,8 @@ html.dz #flogout {
|
||||||
|
|
||||||
#widgeti {
|
#widgeti {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0;
|
display: none;
|
||||||
transform: scaleY(0);
|
|
||||||
transform-origin: bottom;
|
|
||||||
}
|
}
|
||||||
#np_inf {
|
#np_inf {
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
@ -1236,7 +1233,6 @@ html.dz #flogout {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
box-shadow: 0 0 .5em var(--mp-sh);
|
box-shadow: 0 0 .5em var(--mp-sh);
|
||||||
transition: all .15s;
|
transition: all .15s;
|
||||||
z-index: 1;
|
|
||||||
border-radius: .35em;
|
border-radius: .35em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background: var(--bg-u2);
|
background: var(--bg-u2);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue