Skip to content

Commit

Permalink
Adding object-fit rules so thumbnail image does not appear stretched. (
Browse files Browse the repository at this point in the history
  • Loading branch information
OliveCh12 authored Oct 13, 2022
1 parent 3d0b89b commit 0aaf0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/admin/layouts/partials/TheSiteHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<template #activator>
<img
:src="previewAvatar"
class="block w-8 h-8 rounded md:h-9 md:w-9"
class="block w-8 h-8 rounded md:h-9 md:w-9 object-cover"
/>
</template>

Expand Down

0 comments on commit 0aaf0e7

Please sign in to comment.