From f4135df50213ef4cc101089407130fb3fbf90a35 Mon Sep 17 00:00:00 2001 From: Arthur Jamet Date: Sun, 7 Jul 2024 12:17:14 +0200 Subject: [PATCH] EpisodeLine: Add missing border radius --- front/packages/ui/src/details/episode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/packages/ui/src/details/episode.tsx b/front/packages/ui/src/details/episode.tsx index 4435cee7..0b887b74 100644 --- a/front/packages/ui/src/details/episode.tsx +++ b/front/packages/ui/src/details/episode.tsx @@ -259,7 +259,7 @@ export const EpisodeLine = ({ width: percent(18), aspectRatio: 16 / 9, }} - {...css({ flexShrink: 0, m: ts(1) })} + {...css({ flexShrink: 0, m: ts(1), borderRadius: imageBorderRadius })} > {(watchedPercent || watchedStatus === WatchStatusV.Completed) && ( <>