There was an error while loading. Please reload this page.
1 parent 8d42827 commit ca16221Copy full SHA for ca16221
1 file changed
src/renderer/src/components/SettingsModal.vue
@@ -75,7 +75,7 @@ onMounted(() => {
75
<div class="flex items-center mt-3 space-x-3">
76
<img
77
:src="myData.profile_photo_url"
78
- class="rounded-full w-14"
+ class="rounded-full w-14 h-14 object-cover"
79
alt="Profile image" />
80
<div>
81
<div class="text-sm text-muted py-0.5">
0 commit comments