File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ body {
108108.back-to-top {
109109 cursor : pointer;
110110 position : fixed;
111- bottom : 20 px ;
112- right : 20 px ;
111+ bottom : 60 px ;
112+ right : 40 px ;
113113 display : none;
114114 z-index : 1030 ;
115115}
Original file line number Diff line number Diff line change 111111 {# Back to top buton #}
112112
113113 <!-- Back to top button -->
114- <button id =" back-to-top" class =" btn btn-primary back-to-top" role =" button" title =" {% trans %}back_to_top{% endtrans %}"
114+ <button id =" back-to-top" class =" btn btn-primary back-to-top btn-sm " role =" button" title =" {% trans %}back_to_top{% endtrans %}"
115115 {{ stimulus_controller(' common/back_to_top' ) }} {{ stimulus_action(' common/back_to_top' , ' backToTop' ) }}>
116116 <i class =" fas fa-angle-up fa-fw" ></i >
117117 </button >
You can’t perform that action at this time.
0 commit comments