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() {
- +
diff --git a/components/profile/UserModal.vue b/components/profile/UserModal.vue index cb96b0b..ef919cf 100644 --- a/components/profile/UserModal.vue +++ b/components/profile/UserModal.vue @@ -86,13 +86,13 @@ async function getFriendInformation() {
-
+
-
+
- +
@@ -117,9 +117,8 @@ async function getFriendInformation() { text-align: center; background-color: white; height: 500px; - width: 500px; + width: 40vb; margin-top: 10%; - padding: 60px 0; border-radius: 20px; }