From f4df916a7a9155e2f172e95d6a7c082264faecc0 Mon Sep 17 00:00:00 2001 From: lalka2016 <99399973+lalka2016@users.noreply.github.com> Date: Wed, 13 Sep 2023 22:11:41 +0300 Subject: [PATCH] bigger --- Web/static/js/al_wall.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index a1b58628..c3218df2 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -275,7 +275,7 @@ $(document).on("click", "#videoAttachment", async (e) => { -
+
` let form = e.currentTarget.closest("form") @@ -285,7 +285,7 @@ $(document).on("click", "#videoAttachment", async (e) => { // styles for messageboxx document.querySelector(".ovk-diag-body").style.padding = "0" document.querySelector(".ovk-diag-cont").style.width = "580px" - document.querySelector(".ovk-diag-body").style.height = "241px" + document.querySelector(".ovk-diag-body").style.height = "335px" async function insertVideos(page, query = "") { document.querySelector(".videosInsert").insertAdjacentHTML("beforeend", ``)