Skip to content

Commit 84e3560

Browse files
committed
Made sidebar toggle button smaller
1 parent 3459731 commit 84e3560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/app/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ showing the sidebar (on devices with md or higher)
133133
*/
134134
#sidebar-toggle-button {
135135
position: fixed;
136-
left: 3px;
136+
left: 2px;
137137
bottom: 50%;
138138
}
139139

templates/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
121121
{# Must be outside of the sidebar or it will be hidden too #}
122122
<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 %}"
123-
{{ stimulus_controller('common/hide_sidebar') }} {{ stimulus_action('common/hide_sidebar', 'toggleSidebar') }}>
123+
{{ stimulus_controller('common/hide_sidebar') }} {{ stimulus_action('common/hide_sidebar', 'toggleSidebar') }} style="--fa-width: 10px;">
124124
<i class="fas fa-angle-left"></i>
125125
</button>
126126

0 commit comments

Comments
 (0)