From 32553d68b0799e3bc2153a035c84a34587468d5c Mon Sep 17 00:00:00 2001 From: Eduardo Santos <43933482+djedu28@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:56:22 -0300 Subject: [PATCH] =?UTF-8?q?[bug]=20deforma=C3=A7=C3=A3o=20do=20avatar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/screens/ParticipanteDashboard/styles.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/ParticipanteDashboard/styles.ts b/src/screens/ParticipanteDashboard/styles.ts index ee0a915..a4a9422 100644 --- a/src/screens/ParticipanteDashboard/styles.ts +++ b/src/screens/ParticipanteDashboard/styles.ts @@ -124,10 +124,10 @@ export const ParticipanteDashboardPost = styled.div` display: flex; width: fit-content; height: fit-content; + min-width: 540px; img { - width: 100%; - min-width: 540px; + /* width: 100%; */ max-width: 540px; height: auto; }