mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-28 00:49:40 +05:00
style: update rating style
This commit is contained in:
parent
3f7b7a55a8
commit
c2c3a95e6c
2 changed files with 82 additions and 48 deletions
|
@ -107,7 +107,7 @@ export const ReleasePlayer = (props: { id: number }) => {
|
|||
return (
|
||||
<Card>
|
||||
{!voiceoverInfo || !sourcesInfo || !episodeInfo ? (
|
||||
<div className="flex items-center justify-center w-full h-[757px]">
|
||||
<div className="flex items-center justify-center w-full aspect-[16/12]">
|
||||
<Spinner />
|
||||
</div>
|
||||
) : (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue