From 24e301854cfab2e046261469d2dd8c0716624268 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 13 Mar 2025 11:39:13 +0700 Subject: [PATCH 1/3] fix: minor ui issue --- web/screens/Hub/ModelPage/index.tsx | 2 +- web/styles/components/marked.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/web/screens/Hub/ModelPage/index.tsx b/web/screens/Hub/ModelPage/index.tsx index bdaed7028..a3c883fa5 100644 --- a/web/screens/Hub/ModelPage/index.tsx +++ b/web/screens/Hub/ModelPage/index.tsx @@ -51,7 +51,7 @@ const ModelPage = ({ model, onGoBack }: Props) => { >
-
+
+
-
- - + )} +
+
+
+
Chat Width
+
+

+ Choose the width of the chat area to customize your conversation + view. +

-
- )} -
-
-
-
Chat Width
-
-

- Choose the width of the chat area to customize your conversation - view. -

-
-
-
- {chatWidthOption.map((option) => { - return ( -
-
+
+
+
+
+
Spell Check
+
+

+ Turn on to enable spell check. +

+
+
+ setSpellCheck(e.target.checked)} + /> +
+
+
+
+
+
Scrolling Bar
+
+

+ Turn on to make scrolling bar visible across windows. +

+
+
+ setShowScrollBar(e.target.checked)} + />
-
-
-
-
Spell Check
-
-

- Turn on to enable spell check. -

-
-
- setSpellCheck(e.target.checked)} - /> -
-
-
-
-
-
Scrolling Bar
-
-

- Turn on to make scrolling bar visible across windows. -

-
-
- setShowScrollBar(e.target.checked)} - /> -
-
-
+ ) } From 9e9f685ecad5282cd9183cdbd13ac899706031d9 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 13 Mar 2025 13:47:36 +0700 Subject: [PATCH 3/3] chore: fix padding --- web/screens/Settings/Appearance/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/screens/Settings/Appearance/index.tsx b/web/screens/Settings/Appearance/index.tsx index 35d429132..2eea7c105 100644 --- a/web/screens/Settings/Appearance/index.tsx +++ b/web/screens/Settings/Appearance/index.tsx @@ -75,7 +75,7 @@ export default function AppearanceOptions() { return (