mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 20:24:27 -04:00
Front: EpisodeLine: Remove unused CSS class
This commit is contained in:
parent
5664465df5
commit
fdd3b72e52
@ -105,9 +105,6 @@ export const EpisodeBox = ({
|
|||||||
more: {
|
more: {
|
||||||
opacity: 0,
|
opacity: 0,
|
||||||
},
|
},
|
||||||
less: {
|
|
||||||
display: "flex",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
fover: {
|
fover: {
|
||||||
self: focusReset,
|
self: focusReset,
|
||||||
@ -120,9 +117,6 @@ export const EpisodeBox = ({
|
|||||||
more: {
|
more: {
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
},
|
},
|
||||||
less: {
|
|
||||||
display: "none",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
props,
|
props,
|
||||||
@ -308,7 +302,7 @@ export const EpisodeLine = ({
|
|||||||
<View {...css({ flexDirection: "row", alignItems: "center" })}>
|
<View {...css({ flexDirection: "row", alignItems: "center" })}>
|
||||||
{isLoading ||
|
{isLoading ||
|
||||||
(runtime && (
|
(runtime && (
|
||||||
<Skeleton {...css(["less"])}>
|
<Skeleton>
|
||||||
{isLoading || (
|
{isLoading || (
|
||||||
<SubP>
|
<SubP>
|
||||||
{/* Source https://www.i18next.com/translation-function/formatting#datetime */}
|
{/* Source https://www.i18next.com/translation-function/formatting#datetime */}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user