2023-03-22 11:00:43 +08:00

14 lines
459 B
HTML

<div class="actions" xmlns:th="https://www.thymeleaf.org">
<div class="bullet-screen is-hidden-mobile is-hidden-all">
<span></span>
</div>
<div id="toggle-mode">
<i class="fa fa-adjust"></i>
</div>
<div th:if="${theme.config.basic_style.drawer_toc}" class="action-toc is-hidden-desktop">
<i class="fa fa-list-ul"></i>
</div>
<div id="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>