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