JonathanXDR / Application-Website-Frontend

My Personal Website
https://jonathan-russ.com
MIT License
1 stars 2 forks source link

Fix: Inaccurate Width Calculation for LoadingBar’s Parent Element R… #67

Closed 4444TENSEI closed 4 weeks ago

4444TENSEI commented 1 month ago

…esolved, Enhancing Display

vercel[bot] commented 1 month ago

@4444TENSEI is attempting to deploy a commit to the Jonathan Russ Team on Vercel.

A member of the Team first needs to authorize it.

JonathanXDR commented 4 weeks ago

Hello,

Thank you for your contribution! After reviewing the proposed solution, I’ve opted to update the LanguageBar.vue component by applying white-space: nowrap; instead of using the vw unit. In my experience, relying on the vw unit tends to introduce more layout inconsistencies, especially across different screen sizes, so I generally avoid it.

I believe this adjustment ensures better handling of dynamic content and improves overall display consistency.

Best regards,
Jonathan