Add single item width to aviod language bugs
parent
8004c03ac8
commit
e37f29879a
|
@ -5,6 +5,7 @@
|
||||||
right: -370px;
|
right: -370px;
|
||||||
top: 2%;
|
top: 2%;
|
||||||
transition: opacity .2s ease-in;
|
transition: opacity .2s ease-in;
|
||||||
|
width: 370px;
|
||||||
&.active {
|
&.active {
|
||||||
animation: animSlide 2000ms linear both;
|
animation: animSlide 2000ms linear both;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in New Issue