Expand Hit Targets for Folding (Headings, Lists & Properties)

Use case or problem

Toggling folds (Headings, Lists, and Properties) on mobile currently requires “pixel-perfect” precision on the tiny chevron/bullet icon. This is high-friction for one-handed use and slows down navigation in long notes.

Proposed solution

Expand the hit target for folding into a larger, invisible hotspot rectangle.

  • Implementation: Instead of just the icon, make a larger area (like the right margin) trigger the fold.
  • Scope: Apply this to Headings, Lists, and the Properties future iterations of the Mobile 2.0 UI refresh.

Current workaround (optional)

CSS snippets? I prefer stability so core Obsidian would be better, no plugins/CSS

Related feature requests (optional)

2 Likes

I can get on board with this request.

I have a bunch of these QoL snippets scattered around my vault. In the mean time:

.metadata-properties-heading {
    width: 100cqw;
}

Obsidian_lqt9QIfrP9

clip from desktop, but works the same on mobile.

1 Like