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 }