diff --git a/components/VideoPlayer/index.jsx b/components/VideoPlayer/index.jsx index e56240f..d10aec8 100644 --- a/components/VideoPlayer/index.jsx +++ b/components/VideoPlayer/index.jsx @@ -133,9 +133,9 @@ export default function VideoPlayer({ video }) {
video.h - ? "flex-col-reverse items-start" - : "w-full flex-row-reverse justify-between items-end gap-4" - } justify-between`} + ? "flex-col-reverse items-start justify-evenly" + : "w-full flex-row-reverse justify-between items-end gap-4 py-10" + }`} style={{ display: showController ? "flex" : "none", }} @@ -148,9 +148,12 @@ export default function VideoPlayer({ video }) { icon={
} style={{ "--fill-color": "#ff669e" }} /> */} -
+
video.h ? "grid grid-rows-[83px,30px,30px] mb-4 w-max " : "flex" diff --git a/utils/tools/handleFuns.js b/utils/tools/handleFuns.js index 9029dec..8f1a849 100644 --- a/utils/tools/handleFuns.js +++ b/utils/tools/handleFuns.js @@ -257,7 +257,7 @@ export const toggleFullScreen = (videoEleId, controllerId, getState) => { video.firstChild.style.width = "auto"; video.firstChild.style.height = "auto"; video.firstChild.style.transformOrigin = ""; - controller.style.width = "max-content"; + controller.style.width = "100%"; controller.style.height = "100%"; controller.firstChild.style.marginLeft = "0"; // controller.firstChild.style.transform = "rotate(180deg)";