mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +03:00
Disable this hover effect for large status
Will still animate in timeline but at least not as distracting
This commit is contained in:
parent
b12b0c588d
commit
f9e1704727
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@
|
||||||
object-position: 50% 50%;
|
object-position: 50% 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.status .media img:hover {
|
.status:not(.large) .media img:hover {
|
||||||
animation: position-object 5s ease-in-out 1s 5;
|
animation: position-object 5s ease-in-out 1s 5;
|
||||||
}
|
}
|
||||||
.status .media video {
|
.status .media video {
|
||||||
|
|
Loading…
Reference in a new issue