jozu-ai / kitops

Tools for easing the handoff between AI/ML and App/SRE teams.
https://KitOps.ml
Apache License 2.0
267 stars 26 forks source link

Fix logos marquees on mobile #197

Closed javisperez closed 2 months ago

javisperez commented 2 months ago

This PR fixes #193 by using a static width / height value on each logo instead of relying on dynamic flexbox dimensions.

It also switches from VueMarqueeSlider to Vue3Marquee as seems to be more maintained and stable.