mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
d3cebeec50
refs https://github.com/TryGhost/Team/issues/559 - changed modal to use new modal pattern - fixes padding jump when opening due to improved animation behaviour not using duplicated elements
6 lines
261 B
Handlebars
6 lines
261 B
Handlebars
<div class="modal-content">
|
|
<div class="gh-nav-search-modal" {{on "click" this.focusFirstInput}}>
|
|
<GhSearchInput class="gh-nav-search-input" @onSelected={{@close}} />
|
|
<div class="gh-search-tips">Open with Ctrl/⌘ + K</div>
|
|
</div>
|
|
</div> |