14 lines
469 B
HTML
Raw Permalink Normal View History

2023-03-22 11:00:43 +08:00
<div class="actions" xmlns:th="https://www.thymeleaf.org">
2023-03-21 10:49:35 +08:00
<div class="bullet-screen is-hidden-mobile is-hidden-all">
<span></span>
</div>
<div id="toggle-mode">
2023-09-12 10:44:43 +08:00
<i class="ri-contrast-fill"></i>
2023-03-21 10:49:35 +08:00
</div>
2023-03-22 11:00:43 +08:00
<div th:if="${theme.config.basic_style.drawer_toc}" class="action-toc is-hidden-desktop">
2023-09-12 10:44:43 +08:00
<i class="ri-list-unordered"></i>
2023-03-22 11:00:43 +08:00
</div>
2023-03-21 10:49:35 +08:00
<div id="back-to-top">
2023-09-12 10:44:43 +08:00
<i class="ri-arrow-up-line"></i>
2023-03-21 10:49:35 +08:00
</div>
</div>