Algolisted-Org / AlgoListed

Algolisted is an AI-powered platform dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
164 stars 99 forks source link

fix: Changed modal.css classname #116

Closed Arun-Raghav-S closed 1 year ago

Arun-Raghav-S commented 1 year ago

What does this PR do?

This PR fixed the Modal.css file my changing the class names of btnto modal-btnand body to modal-body

image

Fixes #114

Type of Change

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
algolisted-flask-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2023 6:28pm
NayakPenguin commented 1 year ago

@Arun-Raghav-S, it appears that you've modified only the 'btn' class, but in truth, there are other classes that also require adjustments. If you review the 'showdownserver.js' file, you'll notice that the global CSS is impacting the input as well. Similarly, there might be others as well, kindly make the necessary updates accordingly.