edit
This commit is contained in:
parent
d443ba75ba
commit
e2b548f0fe
@ -196,7 +196,7 @@ export default function Clips() {
|
|||||||
{clips.map((clip) => (
|
{clips.map((clip) => (
|
||||||
<div
|
<div
|
||||||
key={clip.id}
|
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={() => {
|
onClick={() => {
|
||||||
if (clip.gdrive_file_id) openInGoogleDrive(clip.gdrive_file_id);
|
if (clip.gdrive_file_id) openInGoogleDrive(clip.gdrive_file_id);
|
||||||
}}
|
}}
|
||||||
@ -209,7 +209,7 @@ export default function Clips() {
|
|||||||
</figure>
|
</figure>
|
||||||
<div className="card-body">
|
<div className="card-body">
|
||||||
<h2 className="card-title">
|
<h2 className="card-title">
|
||||||
<div>
|
<div className="text-[24px]">
|
||||||
{clip.video.channel.channel_name}
|
{clip.video.channel.channel_name}
|
||||||
</div>
|
</div>
|
||||||
<Typography className="opacity-50">
|
<Typography className="opacity-50">
|
||||||
|
Loading…
Reference in New Issue
Block a user