mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 20:24:27 -04:00
EpisodeLine: Add missing border radius (#558)
This commit is contained in:
commit
a15649b9df
@ -259,7 +259,7 @@ export const EpisodeLine = ({
|
|||||||
width: percent(18),
|
width: percent(18),
|
||||||
aspectRatio: 16 / 9,
|
aspectRatio: 16 / 9,
|
||||||
}}
|
}}
|
||||||
{...css({ flexShrink: 0, m: ts(1) })}
|
{...css({ flexShrink: 0, m: ts(1), borderRadius: imageBorderRadius })}
|
||||||
>
|
>
|
||||||
{(watchedPercent || watchedStatus === WatchStatusV.Completed) && (
|
{(watchedPercent || watchedStatus === WatchStatusV.Completed) && (
|
||||||
<>
|
<>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user