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

9 lines
367 B
Plaintext
Raw Permalink Normal View History

2024-02-05 18:01:50 +08:00
<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()'>
2024-02-04 21:09:44 +08:00
<%- icon('default:leftbar') %>
2021-02-19 23:33:19 +08:00
</button>
</div>