Made sidebar toggle button smaller

This commit is contained in:
Jan Böhmer 2025-11-30 14:20:50 +01:00
parent 3459731ca8
commit 84e35603b1
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ showing the sidebar (on devices with md or higher)
*/ */
#sidebar-toggle-button { #sidebar-toggle-button {
position: fixed; position: fixed;
left: 3px; left: 2px;
bottom: 50%; bottom: 50%;
} }

View file

@ -120,7 +120,7 @@
{# Must be outside of the sidebar or it will be hidden too #} {# Must be outside of the sidebar or it will be hidden too #}
<button class="btn btn-outline-secondary btn-sm p-0 d-md-block d-none" type="button" id="sidebar-toggle-button" title="{% trans %}sidebar.big.toggle{% endtrans %}" <button class="btn btn-outline-secondary btn-sm p-0 d-md-block d-none" type="button" id="sidebar-toggle-button" title="{% trans %}sidebar.big.toggle{% endtrans %}"
{{ stimulus_controller('common/hide_sidebar') }} {{ stimulus_action('common/hide_sidebar', 'toggleSidebar') }}> {{ stimulus_controller('common/hide_sidebar') }} {{ stimulus_action('common/hide_sidebar', 'toggleSidebar') }} style="--fa-width: 10px;">
<i class="fas fa-angle-left"></i> <i class="fas fa-angle-left"></i>
</button> </button>