edit
This commit is contained in:
parent
d443ba75ba
commit
e2b548f0fe
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user