forked from AkkomaGang/akkoma-fe
small fix for still-gifs
This commit is contained in:
parent
bc8ae96cac
commit
bf2d4516d5
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
line-height: 0;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 100%
|
||||
height: 100%;
|
||||
|
||||
&:hover canvas {
|
||||
display: none;
|
||||
|
@ -22,7 +22,7 @@
|
|||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&.animated {
|
||||
|
|
Loading…
Reference in a new issue