mobile: ability to display hidden toolbar buttons

This commit is contained in:
Sebastian Castro 2020-04-04 11:08:05 +02:00 committed by muxator
parent d6aec95684
commit 1d927854a4
3 changed files with 57 additions and 5 deletions

View file

@ -75,6 +75,7 @@
<%- toolbar.menu(settings.toolbar.right, isReadOnly, 'right', 'pad') %>
<% e.end_block(); %>
</ul>
<span class="show-more-icon-btn"></span> <!-- use on small screen to display hidden toolbar buttons -->
</div>
<% e.begin_block("afterEditbar"); %><% e.end_block(); %>