feat: some style fixes

This commit is contained in:
2025-04-16 14:33:43 +03:00
parent a00ec135f1
commit a2b1f761ac
2 changed files with 4 additions and 4 deletions

View File

@@ -40,8 +40,8 @@ const Avatar: FunctionComponent = () => {
return (
<button
onClick={() => route("/profile/settings")}
class={cn("hidden h-32 w-full cursor-pointer overflow-hidden transition-[height] md:block", {
"h-0": path === "/profile/settings",
class={cn("hidden h-32 w-full cursor-pointer overflow-hidden opacity-100 transition-[height,opacity] md:block", {
"h-0 opacity-0": path === "/profile/settings",
})}
>
<div