The tables used in Panopticon are not very mobile-friendly. If you are using a device with a narrow display, such as a smartphone, it's horizontal scrolling galore – especially in places like viewing a site's installed extensions.
Instead of regular tables, we can possibly use CSS Grid to have those items appear as a table on wide displays (display breakpoint "large" or bigger) and as stacked card-like structures on narrower displays.
For reference, see #508
The tables used in Panopticon are not very mobile-friendly. If you are using a device with a narrow display, such as a smartphone, it's horizontal scrolling galore – especially in places like viewing a site's installed extensions.
Instead of regular tables, we can possibly use CSS Grid to have those items appear as a table on wide displays (display breakpoint "large" or bigger) and as stacked card-like structures on narrower displays.
For reference, see #508