Skip to content

Commit

Permalink
Crop image in submit form
Browse files Browse the repository at this point in the history
  • Loading branch information
ginesdt authored and madvas committed Apr 25, 2022
1 parent e1fd1ce commit 66bd97a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/memefactory/styles/pages/dankregistry/submit.clj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
[:&
{:margin-right 0}])
[:img {:width (px compact-tile/card-width)
:height (px compact-tile/card-height)}]
:height (px compact-tile/card-height)
:object-fit :cover}]
[:.input-group
[:.dropzone {:width (px compact-tile/card-width)
:height (px compact-tile/card-height)}]
Expand Down

0 comments on commit 66bd97a

Please sign in to comment.