Ryu-From-Streets / classcompass

CS320 PUMA2 semester project
6 stars 0 forks source link

Courses on homepage not in line with each other #31

Closed Ryu-From-Streets closed 6 months ago

Ryu-From-Streets commented 7 months ago

After updating course buttons to include course name, and to be larger, courses seem to be not inline with each other anymore as seen in this picture:

image

Not sure exactly why this is happening, but it is likely something weird with the css formatting. Not a huge issue as it does not impact functionality, but it is visually unappealing and should be fixed at some point, though it might take some time and tinkering with css so its a bit more effort than may be worth it at the moment.

Low priority, and should be fixed by 1.0 at least, whenever there's time.

Ryu-From-Streets commented 6 months ago

Issue is now fixed. This was an issue with the course name being variable sizes, causing some weird inconsistencies with padding and margins that made course buttons misalign with each other.

Course codes and names are now fixed sizes within the button, fixing misalignment.