From e7a50c25071759f799c3c60d3257cd003fda1d8c Mon Sep 17 00:00:00 2001 From: Vri Date: Thu, 12 Jan 2023 23:22:05 +0100 Subject: [PATCH] Add cute little avatar animation --- assets/sidebar.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/sidebar.scss b/assets/sidebar.scss index 6a0a1ea..c2c8d4c 100644 --- a/assets/sidebar.scss +++ b/assets/sidebar.scss @@ -25,6 +25,10 @@ border-radius: 500% 300% / 300% 500%; width: calc(100% - 2em); max-width: 200px; + transition: .4s border-radius ease-in-out; + &:hover { + border-radius: 300% 500% / 500% 300%; + } } #name { margin: 0;