From 94a25a23839752fc68e9a7c3a60f632467bcec09 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:04:24 -0300 Subject: [PATCH] fix border radius for profile background with game hero --- src/renderer/src/pages/user/user-content.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/pages/user/user-content.tsx b/src/renderer/src/pages/user/user-content.tsx index 8557ba82..1dd7a203 100644 --- a/src/renderer/src/pages/user/user-content.tsx +++ b/src/renderer/src/pages/user/user-content.tsx @@ -104,13 +104,14 @@ export function UserContent({ position: "relative", }} > - {runningGame && ( + {runningGame && isMe && (
)} @@ -120,6 +121,7 @@ export function UserContent({ background: profileContentBoxBackground, position: "absolute", inset: 0, + borderRadius: "4px", }} >