From 589807a9e8fd18e9a67ba85901a4bba9f1f438f5 Mon Sep 17 00:00:00 2001 From: joyc7 Date: Thu, 7 Dec 2023 05:15:15 -0500 Subject: [PATCH] Update FriendsPage.css --- front-end/src/styles/FriendsPage.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front-end/src/styles/FriendsPage.css b/front-end/src/styles/FriendsPage.css index d4b9989..49eb39d 100644 --- a/front-end/src/styles/FriendsPage.css +++ b/front-end/src/styles/FriendsPage.css @@ -59,8 +59,9 @@ } .add-friends-btn { - @apply w-32 h-10 rounded-lg bg-cyan-100 hover:bg-orange-100 active:bg-orange-200; + @apply h-10 rounded-lg bg-cyan-100 hover:bg-orange-100 active:bg-orange-200; @apply absolute mt-4 mr-3 top-5 right-5 p-1 px-2.5 border-none rounded-lg cursor-pointer; + width: auto; } /* Add styling for the pop-up window for add friends*/