animate when width changes

pull/5370/head
yann300 2 years ago committed by Aniket
parent 866d050845
commit 207b3acb17
  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