Is there a setting to increase the font size in the right-side AI panel?
good question. After many searches and trial and errors in the settings of Cursor, the only way I found to increase the font size in AI panel is to control/cmd +
As a temporary solution, you can do this:
Use extension Custom Window Zoom - zooms the whole UI.
Thank you, I tried Custom Window Zoom extension, but it zooms everything. Sorry I was not clear in my question. What I want is to zoom just the the right AI panel, while keeping remaining UI elements unchanged.
Wow thank you so much! It worked. Now I can see it :D. I added additional CSS to increase the size of other elements in the right AI panel for you <3
"apc.stylesheet": {
// Output text
".anysphere-markdown-container-root": "font-size: 14px;",
// User input text
".full-input-box": "font-size: 14px;",
".aislash-editor-input-readonly": "font-size: 14px !important;",
// The header in the output code block
".markdown-code-block-header": "font-size: 16px;",
// The code in the code block
".markdown-section .view-lines": "font-size: 13px !important;"
},
1 Like
Combined with Cmd-+ Cmd-- it’s good enough IMO.