Changing Chat Panel Font Size / Line Height easily

This extension worked! Except here is the settings.json that worked for me:

"apc.stylesheet": {
    ".anysphere-markdown-container-root": "font-size: 15px !important; line-height: 1.5 !important;",
    ".view-line": "font-size: 14px !important;",
    ".aislash-editor-input": "font-size: 15px !important; line-height: 1.5 !important;"
  },
5 Likes