Skip to content

Commit 94bfb50

Browse files
committed
fully rounded profile image
1 parent a4b6e79 commit 94bfb50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/views/app/Settings.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<section class="w-auto md:max-w-xss md:shadow-md md:rounded-md">
77
<div class="w-full md:hidden h-1 bg-white-matcha"></div>
88
<div class="md:border-b profile-card text-wrap p-16 md:py-8 flex flex-col w-full md:rounded-t-md">
9-
<img class="mx-auto rounded-full w-48 md:w-32" v-bind:src="getImage()">
9+
<div class="mx-auto overflow-hidden w-48 h-48 md:w-24 md:h-24 rounded-full">
10+
<img class="w-full" v-bind:src="getImage()">
11+
</div>
1012
<h1 class="w-full text-center text-3xl md:text-base mt-4 text-white-matcha md:text-gray-matcha capitalize">
1113
{{this.$store.getters.getLoggedInUser.first_name}} {{this.$store.getters.getLoggedInUser.last_name}}</h1>
1214
<div class="text-white-matcha md:text-gray-matcha w-full flex justify-center text-center mt-4 max-w-xs mx-auto">

0 commit comments

Comments
 (0)