From 10449eeb3f77810d4aa9ebe05ec3f15a978d5dab Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 15 Aug 2022 14:57:13 +0200 Subject: [PATCH] animate when width changes --- libs/remix-ui/app/src/lib/remix-app/style/remix-app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/remix-ui/app/src/lib/remix-app/style/remix-app.css b/libs/remix-ui/app/src/lib/remix-app/style/remix-app.css index 65508171e4..f7c67ee3cb 100644 --- a/libs/remix-ui/app/src/lib/remix-app/style/remix-app.css +++ b/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 {