1
0

fix: a small layout bug in labelling page

This commit is contained in:
alikia2x (寒寒) 2025-12-01 03:25:42 +08:00
parent a52de108bb
commit 92bd82c5f3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 56209E0CCD8420C6

View File

@ -174,7 +174,7 @@ export default function Home() {
<img
src={currentVideo.cover_url}
referrerPolicy="no-referrer"
className="w-full object-cover rounded-lg"
className="w-full h-full object-cover rounded-lg"
alt="Video cover"
/>
</a>