If the admin area is accessed on mobile, the unblock, block etc. actions are not usable.
How to always show div id="table-row-actions" ?
I checked oc-admin/themes/modern/js/ui-osc.js but commenting out
$('#table-row-actions').hide();
did not do the trick.
Or those actions are generated for each item only @ hover, not on page load?