Updated Watch On LBRY button

This commit is contained in:
Shiba 2021-12-19 11:46:33 +00:00
parent 58e6c119f4
commit 4ab8fdce5e

View file

@ -85,7 +85,8 @@ async function findButtonMountPoint(): Promise<HTMLDivElement | void> {
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
}