diff --git a/Site Web/client/src/pages/Profil.js b/Site Web/client/src/pages/Profil.js index dba5422f..db213473 100644 --- a/Site Web/client/src/pages/Profil.js +++ b/Site Web/client/src/pages/Profil.js @@ -165,55 +165,53 @@ const Profil = () => { {followingPopup && ( -
-
-

Abonnements

- setFollowingPopup(false)}> - ✕ - - -
-
- )} - {followerPopup && ( -
-
-

Abonnés

- setFollowerPopup(false)}> - ✕ - - -
-
- )} - - +
+
+

Abonnements

+ setFollowingPopup(false)}> + ✕ + + +
+
+ )} + {followerPopup && ( +
+
+

Abonnements

+ setFollowerPopup(false)}> + ✕ + + +
+
+ )} diff --git a/Site Web/client/src/styles/pages/_profil.scss b/Site Web/client/src/styles/pages/_profil.scss index 69fb79b4..c60df4a6 100644 --- a/Site Web/client/src/styles/pages/_profil.scss +++ b/Site Web/client/src/styles/pages/_profil.scss @@ -59,6 +59,7 @@ position: absolute; top: 10%; left: 50%; + width: 500px; transform: translate(-100%); background: $color-2; padding: 25px; @@ -223,7 +224,7 @@ width: 10%; .imageProfil{ display: flex; -justify-content: center; + justify-content: center; } .flex-menu {