File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 : 3 px ;
136+ left : 2 px ;
137137 bottom : 50% ;
138138}
139139
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments