Skip to content

Commit 3db4d84

Browse files
committed
fix: image cover
1 parent b1898c4 commit 3db4d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platforms/pictique/src/lib/fragments/SettingsNavigationButton/SettingsNavigationButton.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<img
3939
width="24px"
4040
height="24px"
41-
class="flex aspect-square size-10 items-center justify-center rounded-full md:size-12"
41+
class="flex aspect-square size-10 items-center justify-center rounded-full md:size-12 object-cover"
4242
src={profileSrc}
4343
alt=""
4444
/>

platforms/pictique/src/lib/fragments/SideBar/SideBar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<img
160160
width="24px"
161161
height="24px"
162-
class="aspect-square rounded-full"
162+
class="aspect-square rounded-full object-cover"
163163
src={profileSrc}
164164
alt="profile"
165165
/>

0 commit comments

Comments
 (0)