From 8ff3496f5a74d06de2806778848ab8b1c66fba82 Mon Sep 17 00:00:00 2001 From: synan798 Date: Fri, 13 Dec 2024 16:25:20 +0100 Subject: [PATCH] changed styling of modal --- components/profile/FriendRequestModal.vue | 2 +- components/profile/Friendlist.vue | 2 +- components/profile/UserModal.vue | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) 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; }