Mobile: Fixes #14152: Fix font-size inconsistency of code block and inline code (#14463)

This commit is contained in:
Gnana Pragadeesh K
2026-03-11 21:49:08 +05:30
committed by GitHub
parent 4abe83fdb6
commit 3719e1eee0

View File

@@ -27,6 +27,7 @@ function useCss(themeId: number, editorCss: string): string {
:root {
background-color: ${theme.backgroundColor};
font-size: 13pt;
}
body {
@@ -41,7 +42,6 @@ function useCss(themeId: number, editorCss: string): string {
padding-bottom: 1px;
padding-top: 10px;
font-size: 13pt;
font-family: ${JSON.stringify(theme.fontFamily)}, sans-serif;
}