add a simple code in web page html of codex css to make a code and chat text readable forever :)

Open 💬 1 comment Opened Jul 27, 2026 by karadevnet
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What variant of Codex are you using?

IDE Extension

What feature would you like to see?

add a simple code in web page html of codex css to make a code and chat text readable forever :) because i change it in every update of codex because new update override a my simple css design for a little big text of chat and code when working with codex and i pay for that too, like more of users of codex

so, in local pc folder like C:\Users\automation\.vscode\extensions\openai.chatgpt-26.721.41059-win32-x64\webview have a file index.html which is web page of codex for chat in vc code web chat with bot. so defautl chat and code text is small of size and can not read well because i have a 32 inch good view monitor, but size of text is small.

and worst of that is when i make it little bigger to can read, after every update, new files and same index.html from new update replace with original small size of text values in css and loop and loop again to make me crazy. so i decide to make a code of css that will change text a little bigger like this:
<style>
/ Active font-size override. This is placed after bundled CSS so it wins. /
:root {
--vscode-font-size: 20px !important;
--vscode-editor-font-size: 18px !important;
--vscode-chat-font-size: 20px !important;
--vscode-chat-editor-font-size: 18px !important;
--codex-chat-font-size: 20px !important;
--codex-chat-code-font-size: 18px !important;
}
</style>

just before a closing </head> taq and all is working well. now, text in code and chat with codex is bigger and can read normal. so, my question is, to add this simple code to same place of code in index html to can every body user to adjust what a size is need according user monitor resolution used.

<img width="1969" height="1324" alt="Image" src="https://github.com/user-attachments/assets/84d9af20-92b2-475c-9298-f96f0cafd838" />

here is and picture of code that i made and working well and is simple to understand what is doing. and will be best for all of us to have it in every update of codex for further so to not hit ours heads to monitors to read what we chat with codex and what it is code it is make for us :) best regards of all team, waiting for this to handicap :)

Additional information

_No response_

View original on GitHub ↗

1 Comment

github-actions[bot] contributor · 1 month ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #34892

Powered by Codex Action