mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-25 01:18:01 +08:00
feat: close #3031 user can set larger font size
This commit is contained in:
@@ -753,7 +753,7 @@ export function Settings() {
|
|||||||
title={`${config.fontSize ?? 14}px`}
|
title={`${config.fontSize ?? 14}px`}
|
||||||
value={config.fontSize}
|
value={config.fontSize}
|
||||||
min="12"
|
min="12"
|
||||||
max="18"
|
max="40"
|
||||||
step="1"
|
step="1"
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
updateConfig(
|
updateConfig(
|
||||||
|
Reference in New Issue
Block a user