|
|
|
@ -53,7 +53,7 @@ function VodTube({ |
|
|
|
|
<div |
|
|
|
|
className={_.join( |
|
|
|
|
[ |
|
|
|
|
"fixed flex flex-row rtl pt-20 lg:px-5 xl:px-10 w-full bg-white transition-opacity duration-500", |
|
|
|
|
"fixed flex flex-row rtl pt-20 lg:px-5 xl:px-10 w-full bg-white dark:bg-black bg-opacity-80 transition-opacity duration-500 min-h-screen backdrop-filter backdrop-blur-md", |
|
|
|
|
top > 0 ? "opacity-0" : "opacity-100", |
|
|
|
|
], |
|
|
|
|
" " |
|
|
|
@ -104,6 +104,7 @@ function VodTube({ |
|
|
|
|
ref={videoListTag} |
|
|
|
|
className="pt-2.5 overflow-y-scroll flex flex-col" |
|
|
|
|
id="list" |
|
|
|
|
style={{ minHeight: window.innerHeight / 1.5, maxHeight: window.innerHeight / 1.5}} |
|
|
|
|
> |
|
|
|
|
{localStorage.getItem("bookId") |
|
|
|
|
? categories?.map((video, i) => ( |
|
|
|
@ -143,7 +144,7 @@ function VodTube({ |
|
|
|
|
</section> |
|
|
|
|
)} |
|
|
|
|
|
|
|
|
|
<section className="mobile video-tube__content--comments flex-col"> |
|
|
|
|
{/* <section className="mobile video-tube__content--comments flex-col"> |
|
|
|
|
<header className="flex justify-between align-items-center"> |
|
|
|
|
<h2>نظرات</h2> |
|
|
|
|
<button>بستن نظرات</button> |
|
|
|
@ -153,7 +154,7 @@ function VodTube({ |
|
|
|
|
<Comment comment={comment} key={i} /> |
|
|
|
|
))} |
|
|
|
|
</div> |
|
|
|
|
</section> |
|
|
|
|
</section> */} |
|
|
|
|
</div> |
|
|
|
|
{/* <section className="mobile video-tube__content--addComment"> |
|
|
|
|
<AddComment /> |
|
|
|
|