We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dfcdc commit 92d4bf0Copy full SHA for 92d4bf0
assets/js/handlebars/templates/quick-switch-modal-body.handlebars
@@ -1,7 +1,5 @@
1
<div id="quick-switch-modal-body">
2
- <div>
3
- <i class="ri-search-2-line" aria-hidden="true"></i>
4
- <input type="text" id="quick-switch-input" class="search-input" placeholder="Jump to..." autocomplete="off" spellcheck="false">
5
- <div id="quick-switch-results"></div>
6
- </div>
+ <i class="ri-search-2-line" aria-hidden="true"></i>
+ <input type="text" id="quick-switch-input" class="search-input" placeholder="Jump to..." autocomplete="off" spellcheck="false">
+ <div id="quick-switch-results"></div>
7
</div>
0 commit comments