animate when width changes

pull/2781/head
yann300 2 years ago committed by Aniket
parent d8a6280855
commit 10449eeb3f
  1. 3
      libs/remix-ui/app/src/lib/remix-app/style/remix-app.css

@ -31,7 +31,8 @@ pre {
.sidepanel {
display : flex;
flex-direction : row-reverse;
width: 320px;
width : 320px;
transition : width 1s;
}
.highlightcode {

Loading…
Cancel
Save