mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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: {
|
||||
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 */}
|
||||
|
Loading…
x
Reference in New Issue
Block a user