From 33c1247c85d6a74062799752f9de36d515800b60 Mon Sep 17 00:00:00 2001 From: Mulia Nasution Date: Tue, 30 May 2023 15:32:01 +0700 Subject: [PATCH] Update profile page --- src/views/profile-page.vue | 97 ++++++++++++++++++++++++++------------ 1 file changed, 66 insertions(+), 31 deletions(-) diff --git a/src/views/profile-page.vue b/src/views/profile-page.vue index b0dd5cd..32cc313 100644 --- a/src/views/profile-page.vue +++ b/src/views/profile-page.vue @@ -1,51 +1,83 @@ @@ -70,6 +104,7 @@ export default { .form-avatar { float: left; height: 120px; + border-radius: 50%; width: 120px; margin-right: 20px; border: 1px solid rgba(0, 0, 0, 0.1);