diff --git a/app/src/protyle/header/Background.ts b/app/src/protyle/header/Background.ts index 6ec8267d4..cfbec1a1a 100644 --- a/app/src/protyle/header/Background.ts +++ b/app/src/protyle/header/Background.ts @@ -143,7 +143,7 @@ export class Background { this.tagsElement = this.element.querySelector(".b3-chips") as HTMLElement; this.iconElement = this.element.querySelector(".protyle-background__icon") as HTMLElement; this.imgElement = this.element.querySelector(".protyle-background__img img") as HTMLImageElement; - this.actionElements = this.element.querySelectorAll(".protyle-background__action .b3-button"); + this.actionElements = this.element.querySelectorAll(".protyle-background__action:not(.fn__flex-center) .b3-button"); this.element.addEventListener("dragover", async (event) => { event.preventDefault(); @@ -452,7 +452,9 @@ export class Background { html += `