Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joseph Nuthalapati
pleroma-fe
Commits
a45f258a
Commit
a45f258a
authored
Aug 08, 2019
by
Shpuld Shpludson
Browse files
Merge branch '632' into 'develop'
Fix gif image zoom bug on hover Closes #632 See merge request
pleroma/pleroma-fe!905
parents
acb788d5
4d54c67d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/gallery/gallery.vue
View file @
a45f258a
...
...
@@ -61,13 +61,17 @@
}
&
.contain-fit
{
img
,
video
{
img
,
video
,
canvas
{
object-fit
:
contain
;
}
}
&
.cover-fit
{
img
,
video
{
img
,
video
,
canvas
{
object-fit
:
cover
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment