From b2a24bc723d056d593a64def6794f102acdca903 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:29:54 +0000 Subject: [PATCH] style: format code with prettier Format code with prettier This commit fixes the style issues introduced in d11b2c9 according to the output from Prettier. Details: None --- src/pages/Profile/feed/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/Profile/feed/index.css b/src/pages/Profile/feed/index.css index 2ee6cb31c..6825ca831 100644 --- a/src/pages/Profile/feed/index.css +++ b/src/pages/Profile/feed/index.css @@ -51,7 +51,7 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - background: rgba(0,0,0,0.5); + background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; display: flex; @@ -59,7 +59,7 @@ align-items: center; } -.profile_post_hover_icon{ +.profile_post_hover_icon { transform: scale(1.8); border-radius: 50%; display: flex; @@ -77,7 +77,6 @@ padding: 10px; } - @media screen and (min-width: 800px) and (max-width: 1200px) { .profile-feed-main-container { margin-left: 5px;