nextlint icon indicating copy to clipboard operation
nextlint copied to clipboard

Text type menu takes the entire screen width

Open maximgx opened this issue 2 years ago • 2 comments

Great work first of all,

how to regulate visuals like this and correct them?

Screenshot 2024-04-02 at 20 08 20

Also, why the readme mentions the EditorTheme component but when trying to import it it says it doesn't exist?

maximgx avatar Apr 02 '24 18:04 maximgx

The AI menu is at the minimum width instead

Screenshot 2024-04-02 at 20 15 36

maximgx avatar Apr 02 '24 18:04 maximgx

hi @maximgx, Do you add './node_modules/@nextlint/svelte/dist/**/*.{svelte,ts}' in your tailwind config file ?

...
  content: [
    './src/**/*.{svelte,js}',
    './node_modules/@nextlint/svelte/dist/**/*.{svelte,ts}'
  ],
...

lynhan318 avatar Apr 06 '24 07:04 lynhan318