From a3015e75f0dc17b9135da1e6524eb6da4aaf0eec Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Mon, 13 Mar 2023 19:15:14 +0800
Subject: [PATCH] =?UTF-8?q?Make=20things=20uh=E2=80=A6=20more=20"revealing?=
 =?UTF-8?q?"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/account-info.css | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/components/account-info.css b/src/components/account-info.css
index 3e105ffe..f80d88dc 100644
--- a/src/components/account-info.css
+++ b/src/components/account-info.css
@@ -43,8 +43,17 @@
 .account-container .header-banner:active {
   mask-image: none;
 }
-.account-container .header-banner:active + header {
-  opacity: 0.5 !important;
+.account-container .header-banner:active + header .avatar + * {
+  transition: opacity 0.3s ease-in-out;
+  opacity: 0 !important;
+}
+.account-container .header-banner:active + header .avatar {
+  transition: filter 0.3s ease-in-out;
+  filter: none !important;
+}
+.account-container .header-banner:active + header .avatar img {
+  transition: border-radius 0.3s ease-in-out;
+  border-radius: 8px;
 }
 
 @media (min-height: 480px) {