nextlint
nextlint copied to clipboard
Text type menu takes the entire screen width
Great work first of all,
how to regulate visuals like this and correct them?
Also, why the readme mentions the EditorTheme component but when trying to import it it says it doesn't exist?
The AI menu is at the minimum width instead
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}'
],
...