From 4ab8fdce5e118c1b78e8f344bfed4f399b9e9680 Mon Sep 17 00:00:00 2001 From: Shiba <44804845+DeepDoge@users.noreply.github.com> Date: Sun, 19 Dec 2021 11:46:33 +0000 Subject: [PATCH] Updated Watch On LBRY button --- src/scripts/ytContent.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scripts/ytContent.tsx b/src/scripts/ytContent.tsx index 72b8d42..6e18bb9 100644 --- a/src/scripts/ytContent.tsx +++ b/src/scripts/ytContent.tsx @@ -85,7 +85,8 @@ async function findButtonMountPoint(): Promise { const div = document.createElement('div'); div.style.display = 'flex'; - div.style.paddingBottom = '.5em' + div.style.alignItems = 'center' + div.style.justifyContent = 'center' mountBefore.parentElement?.insertBefore(div, mountBefore) mountPoint = div }