Minor clipping of the document-search-container (mobile)

Steps to reproduce

  1. Open Obsidian mobile (iOS)
  2. In a new note with content or not → three dots menu → Find...

Did you follow the troubleshooting guide? Y

Expected result

Search container text field isn’t clipped.

Actual result

Environment


Additional information

This snippet fixes it visually, but you loose 2px of valuable vertical space. :balance_scale:

.is-mobile .document-search-container {
    padding-top: 2px;
}

This looks fine now. Obsidian v1.8.10 (197)