react-ts / sorting-algorithm-visualizer

Sorting Algorithms such as BubbleSort, QuickSort, CounterSort Visualizer
https://sorting-algorithm-visual-dc41b.web.app/
MIT License
0 stars 1 forks source link

CSS and rendering mobile fixes #63

Closed edlobo98 closed 1 year ago

edlobo98 commented 1 year ago

Try to avoid having a huge space within the navbar and algorithm grid in the mobile design. Also, take a look why is there a double rendering at the beginning of the animation when there more than 2 selected algorithms

edlobo98 commented 1 year ago

Code merged