Mobile off canvas sidebar nav that slides in

This commit is contained in:
Geoffrey Booth
2016-12-15 23:19:34 -08:00
parent 4abd0fa06d
commit 462a60da7b
4 changed files with 119 additions and 74 deletions

View File

@@ -10,7 +10,7 @@
<% if (run) { %>
<div class="row">
<div class="col-xs-12 text-xs-right">
<button type="button" class="btn btn-primary" data-example="<%= file %>" data-run="<%= escape(run) %>"><% if (run === true) { %>▶<% } else { %><small></small>&ensp;<%= run.replace(/"/g, '&quot;') %><% } %></button>
<button type="button" class="btn btn-primary" data-action="run-code-example" data-example="<%= file %>" data-run="<%= escape(run) %>"><% if (run === true) { %>▶<% } else { %><small></small>&ensp;<%= run.replace(/"/g, '&quot;') %><% } %></button>
</div>
</div>
<% } %>