mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-03 12:19:02 +00:00
fix: adjust floating button position
This commit is contained in:
parent
d8bc86c943
commit
d459455f3d
@ -15,7 +15,7 @@ const setupWrapper = () => {
|
||||
if (!$notionAi) return;
|
||||
const $wrapper = html`<div
|
||||
class="notion-enhancer--floating-buttons z-50 gap-[12px]
|
||||
flex absolute bottom-[calc(26px+env(safe-area-inset-bottom))]"
|
||||
flex absolute bottom-[calc(16px+env(safe-area-inset-bottom))]"
|
||||
></div>`;
|
||||
removeMutationListener(addToDom);
|
||||
$notionAi.after($wrapper);
|
||||
|
Loading…
Reference in New Issue
Block a user