23 lines
457 B
Handlebars
23 lines
457 B
Handlebars
<div class="composer-controls">
|
|
{{#if site.mobileView}}
|
|
{{flat-button
|
|
class="toggle-toolbar"
|
|
icon="bars"
|
|
action=toggleToolbar}}
|
|
{{/if}}
|
|
|
|
{{flat-button
|
|
class="toggler"
|
|
icon=toggleIcon
|
|
action=toggleComposer
|
|
title=toggleTitle}}
|
|
|
|
{{#unless site.mobileView}}
|
|
{{flat-button
|
|
class="toggle-fullscreen"
|
|
icon=fullscreenIcon
|
|
action=toggleFullscreen
|
|
title=fullscreenTitle}}
|
|
{{/unless}}
|
|
</div>
|