mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-02 19:38:28 +01:00
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;
|
line-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%
|
height: 100%;
|
||||||
|
|
||||||
&:hover canvas {
|
&:hover canvas {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.animated {
|
&.animated {
|
||||||
|
|
Loading…
Add table
Reference in a new issue