From ba106c447d76db2f9ac70a60c5b38cc60ab554fe Mon Sep 17 00:00:00 2001 From: sct Date: Sat, 2 Jan 2021 15:24:25 +0000 Subject: [PATCH] fix(frontend): increase titlecard status badge size on larger screens --- src/components/TitleCard/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/TitleCard/index.tsx b/src/components/TitleCard/index.tsx index f325ac57b..471719bb0 100644 --- a/src/components/TitleCard/index.tsx +++ b/src/components/TitleCard/index.tsx @@ -109,9 +109,9 @@ const TitleCard: React.FC = ({
{(currentStatus === MediaStatus.AVAILABLE || currentStatus === MediaStatus.PARTIALLY_AVAILABLE) && ( -
+
= ({
)} {currentStatus === MediaStatus.PENDING && ( -
+
= ({
)} {currentStatus === MediaStatus.PROCESSING && ( -
+