Disable this hover effect for large status

Will still animate in timeline but at least not as distracting
This commit is contained in:
Lim Chee Aun 2022-12-31 20:18:56 +08:00
parent b12b0c588d
commit f9e1704727

View file

@ -343,7 +343,7 @@
object-position: 50% 50%;
}
}
.status .media img:hover {
.status:not(.large) .media img:hover {
animation: position-object 5s ease-in-out 1s 5;
}
.status .media video {