dotnet / eShop

A reference .NET application implementing an eCommerce site
MIT License
4.3k stars 1.18k forks source link

Update CSS Styling for Chatbot #335

Closed LadyNaggaga closed 1 month ago

LadyNaggaga commented 1 month ago

This PR introduces several updates to the CSS styling of our application. The changes include: • Adjusted the size of buttons and textareas across the application for better user experience. • Converted pixel measurements to rem for better responsiveness and accessibility. • Updated the z-index of certain elements to fix overlapping issues

Before image

After image