From fe6cf4ad32050995a46c645ee4560dda834b07cc Mon Sep 17 00:00:00 2001 From: John Livingston Date: Sat, 20 Feb 2021 14:27:01 +0100 Subject: [PATCH] Fix positionning. --- client/videowatch-client-plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/videowatch-client-plugin.js b/client/videowatch-client-plugin.js index e3552e80..746d5a88 100644 --- a/client/videowatch-client-plugin.js +++ b/client/videowatch-client-plugin.js @@ -120,7 +120,7 @@ function openChat () { if (additionalStyles) { iframe.setAttribute('style', additionalStyles) } - row.prepend(iframe) + row.after(iframe) // showing/hiding buttons... toggleShowHideButtons(true)