style: update rating style

This commit is contained in:
Kentai Radiquum 2024-07-31 16:20:01 +05:00
parent 3f7b7a55a8
commit c2c3a95e6c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 82 additions and 48 deletions

View file

@ -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>
) : (