main ← ux-table-edit-element-visibility
opened 10:20AM - 18 Mar 26 UTC
The table edit element's visibility was restricted to size `sm`, making it only …appear on focus for tablets.
Problem:
- not very discoverable
- since it's using opacity, this preserves a large "gap" below the table [which causes confusion ](https://meta.discourse.org/t/huge-gap-below-tables-on-tablets/333153/4)
This commit moves the MQ to `xl`, which covers upto 13" tablets.
Larger screens remains unchanged, and only show on hover still.
<img width="2064" height="2752" alt="CleanShot 2026-03-18 at 11 20 01" src="https://github.com/user-attachments/assets/eae3cff7-8fa2-40ca-87a9-f5dbb05f4d0e" />