Skip to content

Commit

Permalink
feat: use center top positining
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 18, 2024
1 parent de1e94b commit 29879b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Document/DocumentThumbnail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default {
bottom: 0;
height: 100%;
height: 100%;
object-fit: cover;
object-fit: center top;
}
&__placeholder {
Expand Down

0 comments on commit 29879b4

Please sign in to comment.