mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
EpisodeLine: Add missing border radius
This commit is contained in:
parent
28b130540b
commit
f4135df502
@ -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) && (
|
||||
<>
|
||||
|
Loading…
x
Reference in New Issue
Block a user