diff --git a/components/profile/FriendRequestModal.vue b/components/profile/FriendRequestModal.vue index ec79a2a..1e6a8c0 100644 --- a/components/profile/FriendRequestModal.vue +++ b/components/profile/FriendRequestModal.vue @@ -58,7 +58,7 @@ const addFriend = async () => { text-align: center; background-color: white; height: 500px; - width: 500px; + width: 40vb; margin-top: 10%; border-radius: 20px; } diff --git a/components/profile/Friendlist.vue b/components/profile/Friendlist.vue index 3273810..5c13584 100644 --- a/components/profile/Friendlist.vue +++ b/components/profile/Friendlist.vue @@ -31,7 +31,7 @@ async function getFriendships() {