hexo-theme-stellar/layout/_partial/menubtn.ejs

9 lines
367 B
Plaintext

<div class='float-panel blur'>
<button type='button' style='display:none' class='laptop-only rightbar-toggle mobile' onclick='sidebar.rightbar()'>
<%- icon('default:rightbar') %>
</button>
<button type='button' style='display:none' class='mobile-only leftbar-toggle mobile' onclick='sidebar.leftbar()'>
<%- icon('default:leftbar') %>
</button>
</div>