This commit is contained in:
t0is 2025-04-25 14:23:07 +02:00
parent d443ba75ba
commit e2b548f0fe

View File

@ -196,7 +196,7 @@ export default function Clips() {
{clips.map((clip) => (
<div
key={clip.id}
className={`card bg-base-100 shadow-sm image-full w-full ${clip.gdrive_file_id ? "cursor-pointer" : "cursor-not-allowed"}`}
className={`card bg-base-100 shadow-sm image-full w-full h-[200px] ${clip.gdrive_file_id ? "cursor-pointer" : "cursor-not-allowed"}`}
onClick={() => {
if (clip.gdrive_file_id) openInGoogleDrive(clip.gdrive_file_id);
}}
@ -209,7 +209,7 @@ export default function Clips() {
</figure>
<div className="card-body">
<h2 className="card-title">
<div>
<div className="text-[24px]">
{clip.video.channel.channel_name}
</div>
<Typography className="opacity-50">