From 8ca790adc1f7109d93d525ffdbfa0cbb9608eadd Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:00:08 +0500 Subject: [PATCH] web: reduce note title size & improve padding Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> --- apps/web/src/components/editor/title-box.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/editor/title-box.tsx b/apps/web/src/components/editor/title-box.tsx index 8420fbb3e..df7d35951 100644 --- a/apps/web/src/components/editor/title-box.tsx +++ b/apps/web/src/components/editor/title-box.tsx @@ -110,9 +110,10 @@ function TitleBox(props: TitleBoxProps) { rows={1} sx={{ m: 0, - p: 0, + py: 1, + px: 0, fontFamily, - fontSize: ["1.625em", "1.625em", "2.625em"], + fontSize: ["1.625em", "1.625em", "1.8em"], fontWeight: "heading", width: "100%", fieldSizing: "content",