From 50c1feb2fcc1c4cc477cf25494d12ff7d09a42ed Mon Sep 17 00:00:00 2001 From: familyfriendlymikey Date: Tue, 6 Sep 2022 18:00:14 -0400 Subject: [PATCH] make tips chevron rotate with transition --- app/components/app-tips.imba | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/components/app-tips.imba b/app/components/app-tips.imba index 5a83d5a..1795f92 100644 --- a/app/components/app-tips.imba +++ b/app/components/app-tips.imba @@ -70,11 +70,10 @@ tag app-tips if show_more css rd:0 - css svg w:15px - if show_more - - else - + + css w:15px transition:transform 150ms + if show_more + css transform:rotate(180deg) <.more> css d:flex fld:column gap:15px