Skip to content

Commit ca16221

Browse files
committed
make profile images fix height, fixes #19
1 parent 8d42827 commit ca16221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/src/components/SettingsModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ onMounted(() => {
7575
<div class="flex items-center mt-3 space-x-3">
7676
<img
7777
:src="myData.profile_photo_url"
78-
class="rounded-full w-14"
78+
class="rounded-full w-14 h-14 object-cover"
7979
alt="Profile image" />
8080
<div>
8181
<div class="text-sm text-muted py-0.5">

0 commit comments

Comments
 (0)