From 6633c829f2bf61e25e6acb97314b264b12b91e40 Mon Sep 17 00:00:00 2001 From: Gaubee Date: Tue, 10 Feb 2026 17:21:12 +0800 Subject: [PATCH] fix(settings): improve sources activity layout scrolling --- .../activities/SettingsSourcesActivity.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/stackflow/activities/SettingsSourcesActivity.tsx b/src/stackflow/activities/SettingsSourcesActivity.tsx index e6965f506..f3fb1077c 100644 --- a/src/stackflow/activities/SettingsSourcesActivity.tsx +++ b/src/stackflow/activities/SettingsSourcesActivity.tsx @@ -175,7 +175,7 @@ export const SettingsSourcesActivity: ActivityComponentType = () => { return ( -
+
{/* Header */}
@@ -199,7 +199,7 @@ export const SettingsSourcesActivity: ActivityComponentType = () => {
{/* Sources List */} -
+
{state.sources.map((source) => ( { placeholder={t('sources.urlPlaceholder')} rows={1} spellCheck={false} - className="bg-background focus:ring-primary w-full resize-none rounded-lg border px-3 py-2 [field-sizing:content] focus:ring-2 focus:outline-none" + className="bg-background focus:ring-primary [field-sizing:content] w-full resize-none rounded-lg border px-3 py-2 focus:ring-2 focus:outline-none" />
{ className="bg-background focus:ring-primary w-full rounded-lg border px-3 py-2 pr-8 focus:ring-2 focus:outline-none" /> {isFetchingName && ( - + )}
{error &&

{error}

}
-