mirror of https://github.com/zulip/zulip.git
19 lines
813 B
Handlebars
19 lines
813 B
Handlebars
<div id="giphy_grid_in_popover">
|
|
<div class="arrow"></div>
|
|
<div class="popover-inner">
|
|
<div class="popover-filter-input-wrapper">
|
|
<input type="text" id="giphy-search-query" class="popover-filter-input filter_text_input" placeholder="{{t 'Filter' }}" autofocus/>
|
|
</div>
|
|
<div class="giphy-scrolling-container" data-simplebar data-simplebar-tab-index="-1">
|
|
{{! We need a container we can replace
|
|
without removing the simplebar wrappers.
|
|
We replace the `giphy-content` when
|
|
searching for GIFs. }}
|
|
<div class="giphy-content"></div>
|
|
</div>
|
|
<div class="popover-footer">
|
|
<img src="../images/giphy/GIPHY_attribution.png" alt="{{t 'GIPHY attribution' }}" />
|
|
</div>
|
|
</div>
|
|
</div>
|