mirror of
https://github.com/Radiquum/AniX.git
synced 2025-06-16 18:51:15 +05:00
refactor: almost fully reimplement MediaThemeSutro to react
This commit is contained in:
parent
4c0345ffab
commit
5ddf44ac3d
3 changed files with 760 additions and 11 deletions
|
@ -57,7 +57,7 @@ export const EpisodeSelector = (props: {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="px-2 py-2 bg-black bg-opacity-75 backdrop-blur-md">
|
||||
<div className="px-2 py-2">
|
||||
<Swiper
|
||||
modules={[Navigation, Mousewheel, Scrollbar]}
|
||||
spaceBetween={8}
|
||||
|
@ -83,7 +83,6 @@ export const EpisodeSelector = (props: {
|
|||
<SwiperSlide
|
||||
key={`episode_${episode.position}`}
|
||||
style={{ maxWidth: "fit-content" }}
|
||||
className="pb-4"
|
||||
>
|
||||
<Button
|
||||
color={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue