Public Access
1
0

fix: mobile like button animation

This commit is contained in:
2025-08-28 11:36:12 -04:00
parent d11177b51e
commit 820abe32c9

View File

@@ -190,6 +190,13 @@ article li {
cursor: pointer; cursor: pointer;
color: #e2264d; color: #e2264d;
} }
.like-icon:active {
color: #fff;
transform: scale(1.15);
}
.like-icon.liked:active {
transform: scale(1.15);
}
/* Apply hover effects only on devices that can hover to avoid sticky hover on mobile */ /* Apply hover effects only on devices that can hover to avoid sticky hover on mobile */
@media (hover: hover) { @media (hover: hover) {
.like-icon:hover { .like-icon:hover {