Quorafind / Obsidian-Float-Search

A plugin for searching text by using Obsidian default search view.
GNU General Public License v3.0
155 stars 5 forks source link

Feature Request: Custom width search panel #38

Closed thomasTAT closed 9 months ago

thomasTAT commented 1 year ago

Feature Requested

Feature Request: Custom width search panel

Relevant Screenshot

image

Checklist

Quorafind commented 9 months ago

You can set the style via

.modal.float-search-modal {
  width: 800px;
}