mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Updated Watch On LBRY button
This commit is contained in:
parent
58e6c119f4
commit
4ab8fdce5e
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ async function findButtonMountPoint(): Promise<HTMLDivElement | void> {
|
||||||
|
|
||||||
const div = document.createElement('div');
|
const div = document.createElement('div');
|
||||||
div.style.display = 'flex';
|
div.style.display = 'flex';
|
||||||
div.style.paddingBottom = '.5em'
|
div.style.alignItems = 'center'
|
||||||
|
div.style.justifyContent = 'center'
|
||||||
mountBefore.parentElement?.insertBefore(div, mountBefore)
|
mountBefore.parentElement?.insertBefore(div, mountBefore)
|
||||||
mountPoint = div
|
mountPoint = div
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue