mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Try to bring styles fro document tempalte to video tempalte
This commit is contained in:
parent
540556fd62
commit
4b1f5c7850
@ -80,7 +80,7 @@ export function VideoTemplate({ video }) {
|
|||||||
</Tag>
|
</Tag>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<p className="font-bold text-gray-300 min-w-[5%]">{video?.duration || "5 min"} watch</p>
|
<p className="font-bold text-gray-300 min-w-[5%]">{video?.duration || "5 min"} read</p>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardDescription className={`${isMobile ? "p-3" : "p-6"} py-2 pt-0 text-base text-neutral-50/90 dark:text-neutral-900/90 overflow-hidden min-h-[4em] flex items-center max-w-[100%]`}
|
<CardDescription className={`${isMobile ? "p-3" : "p-6"} py-2 pt-0 text-base text-neutral-50/90 dark:text-neutral-900/90 overflow-hidden min-h-[4em] flex items-center max-w-[100%]`}
|
||||||
style={{
|
style={{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user