ua-snap / ardac-explorer

ARDAC GUI Explorer
0 stars 0 forks source link

Replace item Bulma card styling with custom horizontal styling #18

Closed cstephen closed 8 months ago

cstephen commented 8 months ago

This PR removes all of the Bulma card styling classes from the Item template HTML and replaces it with horizontal styling via custom CSS + Bulma helper classes.

I've also removed the old "No results found." message that has been superseded by our new "No matches found out of __ possible items." message. It must have snuck back in during a merge/rebase conflict resolution.

To test, load the app and verify that the items are horizontally oriented and that Masonry places them side-by-side at medium-to-wide browser resolutions. And that everything looks good generally, of course.