fix: Help forum link not showing on mobile (#2049)

Fixes the "Help Forum" link text not showing on smaller screens.
This commit is contained in:
sua yoo 2024-08-26 15:53:08 -07:00 committed by GitHub
parent d119e8fd77
commit c0725599b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -244,9 +244,7 @@ export class App extends LiteElement {
<div class="min-w-screen flex min-h-screen flex-col">
${this.renderNavBar()} ${this.renderAlertBanner()}
<main class="relative flex flex-auto">${this.renderPage()}</main>
<div class="mt-7 border-t border-neutral-100">
${this.renderFooter()}
</div>
<div class="border-t border-neutral-100">${this.renderFooter()}</div>
</div>
<sl-dialog
@ -611,7 +609,7 @@ export class App extends LiteElement {
rel="noopener"
>
<sl-icon name="patch-question" class="size-4 text-base"></sl-icon>
<span class="sr-only lg:not-sr-only">${msg("Help Forum")}</span>
${msg("Help Forum")}
</a>
</div>
${this.version