Merge branch '632' into 'develop'
Fix gif image zoom bug on hover Closes #632 See merge request pleroma/pleroma-fe!905
This commit is contained in:
commit
a45f258a2c
|
@ -61,13 +61,17 @@
|
|||
}
|
||||
|
||||
&.contain-fit {
|
||||
img, video {
|
||||
img,
|
||||
video,
|
||||
canvas {
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
|
||||
&.cover-fit {
|
||||
img, video {
|
||||
img,
|
||||
video,
|
||||
canvas {
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue