rubberduck-vba / RubberduckWeb

Project Website for the Rubberduck VBA Editor Add-In
19 stars 12 forks source link

Inspections list doesn’t render well on mobile #75

Closed rubberduck203 closed 4 years ago

rubberduck203 commented 4 years ago

The current inspections list view renders as a table with two columns. When viewing on mobile, only the first of the two table columns is visible.

I would recommend rendering the list as a <ul/> and using CSS columns to automatically render the number of columns that will fit on screen.

https://developer.mozilla.org/en-US/docs/Web/CSS/columns

retailcoder commented 4 years ago

Looks pretty neat now (albeit not mobile-specific), with pagination and collapsible panels. Best viewed in landscape :)