mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 22:52:12 -03:00
feat: add back-to-top button and update its positioning
This commit is contained in:
@@ -76,6 +76,11 @@
|
||||
{% include 'components/progress_panel.html' %}
|
||||
{% block additional_components %}{% endblock %}
|
||||
|
||||
<!-- Add back-to-top button here -->
|
||||
<button id="backToTopBtn" class="back-to-top" title="Back to top">
|
||||
<i class="fas fa-chevron-up"></i>
|
||||
</button>
|
||||
|
||||
<div class="container">
|
||||
{% if is_initializing %}
|
||||
<!-- Show initialization component when initializing -->
|
||||
|
||||
Reference in New Issue
Block a user