nlkitai / nlux

The π—£π—Όπ˜„π—²π—Ώπ—³π˜‚π—Ή Conversational AI JavaScript Library πŸ’¬ β€”Β UI for any LLM, supporting LangChain / HuggingFace / Vercel AI, and more 🧑 React, Next.js, and plain JavaScript ⭐️
https://docs.nlkit.com/nlux
Other
937 stars 48 forks source link

chore: Update ChatItem-List.css to use 'stretch' for width #89

Closed aspirantzhang closed 2 weeks ago

aspirantzhang commented 2 weeks ago

It appears that the new CSS standard has updated the property values.

Reference:

https://developer.mozilla.org/en-US/docs/Web/CSS/width https://caniuse.com/?search=width%3A%20stretch

index.js:489 [webpack-dev-server] WARNING
  ⚠ Warning
  β”‚ 
  β”‚ (88:349) autoprefixer: Replace fill-available to stretch, because spec had been changed
  β”‚ (from: /home/www/xxxx/node_modules/.pnpm/@ice+bundles@0.2.6_@swc+helpers@0.5.1/node_modules/@ice/bundles/compiled/postcss-loader/index.js??ruleSet[1].rules[10].use[0])
vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
nlux-docs βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jun 18, 2024 4:04am
salmenus commented 2 weeks ago

Good call. Merging.