How to increase the font size in the AI Panel (right panel)?

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