mirror of
https://github.com/Radiquum/AniX.git
synced 2025-07-02 10:28:42 +05:00
feat(responsive): make a application a bit more responsive
This commit is contained in:
parent
0ba93f96bc
commit
ec894ae9b1
4 changed files with 132 additions and 32 deletions
|
@ -216,7 +216,6 @@ export const UserProfile = (props) => {
|
|||
{lastWatched.map((item) => {
|
||||
return (
|
||||
<ReleaseCard
|
||||
className={"s2"}
|
||||
key={item.id}
|
||||
id={item.id}
|
||||
title={item.title_ru}
|
||||
|
@ -225,7 +224,6 @@ export const UserProfile = (props) => {
|
|||
item.last_view_episode.name ||
|
||||
`${item.last_view_episode.position + 1} серия`
|
||||
}
|
||||
height={400}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue