Skip to content

Commit 5ea210a

Browse files
committed
fix: site settings toggle
1 parent 186ec4b commit 5ea210a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/components/SitePreferences/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ function SitePreferences({ launcherType, allowance, onEdit, onDelete }: Props) {
204204
<Setting
205205
title={t("enable_login.title")}
206206
subtitle={t("enable_login.subtitle")}
207+
inline={true}
207208
>
208209
<Toggle
209210
checked={lnurlAuth}
@@ -222,6 +223,7 @@ function SitePreferences({ launcherType, allowance, onEdit, onDelete }: Props) {
222223
<Fragment key={permission.id}>
223224
<Setting
224225
title={permission.method}
226+
inline={true}
225227
subtitle={tPermissions(
226228
permission.method
227229
.toLowerCase()

0 commit comments

Comments
 (0)