From ba5beca60a754afdaa8a31d1d811752237c73785 Mon Sep 17 00:00:00 2001 From: Shiba <44804845+DeepDoge@users.noreply.github.com> Date: Sun, 19 Dec 2021 01:58:45 +0300 Subject: [PATCH] Changed button mount point for yewtube --- src/common/settings.ts | 2 +- src/scripts/ytContent.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/settings.ts b/src/common/settings.ts index 99579e1..436e92f 100644 --- a/src/common/settings.ts +++ b/src/common/settings.ts @@ -55,7 +55,7 @@ export const SourcePlatfromSettings: Record { const div = document.createElement('div'); div.style.display = 'flex'; + div.style.paddingBottom = '.5em' mountBefore.parentElement?.insertBefore(div, mountBefore) mountPoint = div }