This commit is contained in:
evanpelle
2026-02-14 13:45:06 -08:00
parent 8e889fe857
commit 70b5d085ba
45 changed files with 1055 additions and 724 deletions
+2 -6
View File
@@ -99,14 +99,10 @@ export class HelpModal extends BaseModal {
const keybinds = this.keybinds;
const content = html`
<div
class="h-full flex flex-col ${this.inline
? "bg-black/60 backdrop-blur-md rounded-2xl border border-white/10"
: ""}"
>
<div class="${this.modalContainerClass}">
${modalHeader({
title: translateText("main.help"),
onBack: this.close,
onBack: () => this.close(),
ariaLabel: translateText("common.back"),
})}