Front: EpisodeLine: Remove unused CSS class

This commit is contained in:
Arthur Jamet 2023-12-21 08:40:42 +01:00 committed by Zoe Roux
parent 5664465df5
commit fdd3b72e52

View File

@ -105,9 +105,6 @@ export const EpisodeBox = ({
more: {
opacity: 0,
},
less: {
display: "flex",
},
},
fover: {
self: focusReset,
@ -120,9 +117,6 @@ export const EpisodeBox = ({
more: {
opacity: 1,
},
less: {
display: "none",
},
},
},
props,
@ -308,7 +302,7 @@ export const EpisodeLine = ({
<View {...css({ flexDirection: "row", alignItems: "center" })}>
{isLoading ||
(runtime && (
<Skeleton {...css(["less"])}>
<Skeleton>
{isLoading || (
<SubP>
{/* Source https://www.i18next.com/translation-function/formatting#datetime */}