parent
77178bc728
commit
0babc928fa
@ -108,8 +108,8 @@ export default function ProfileImage({
|
||||
function profileCard() {
|
||||
if (showProfileCard && user && isHovering) {
|
||||
return (
|
||||
<div className="absolute shadow-lg z-10">
|
||||
<ProfileCard pubkey={pubkey} user={user} show={true} />
|
||||
<div className="absolute shadow-lg z-10 fade-in">
|
||||
<ProfileCard pubkey={pubkey} user={user} show={true} delay={100} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
@ -761,7 +761,7 @@ button.tall {
|
||||
opacity: 1;
|
||||
animation-name: fadeInOpacity;
|
||||
animation-timing-function: ease-in;
|
||||
animation-duration: 0.5s;
|
||||
animation-duration: 0.3s;
|
||||
}
|
||||
|
||||
@keyframes fadeInOpacity {
|
||||
|
Loading…
x
Reference in New Issue
Block a user