fix play-on-hover gifs issues

This commit is contained in:
Henry Jameson 2020-10-29 21:39:36 +02:00
parent 4e1f2aeabc
commit 0653f18994
4 changed files with 16 additions and 12 deletions

View file

@ -282,6 +282,11 @@
.user-card {
position: relative;
&:hover .Avatar {
--_still-image-img-visibility: visible;
--_still-image-canvas-visibility: hidden;
}
.panel-heading {
padding: .5em 0;
text-align: center;
@ -393,11 +398,6 @@
}
}
&:hover .Avatar {
--still-image-img: visible;
--still-image-canvas: hidden;
}
&-avatar-link {
position: relative;
cursor: pointer;