Center-align load more buttons on single column pages
This commit is contained in:
parent
3062741487
commit
16ac195ab9
|
@ -6,6 +6,6 @@
|
|||
= t(".empty")
|
||||
|
||||
- if @more_data_available
|
||||
.d-flex.justify-content-center.justify-content-sm-start#paginator
|
||||
.d-flex.justify-content-center#paginator
|
||||
= button_to inbox_path(last_id: @inbox_last_id), class: "btn btn-light" do
|
||||
= t("voc.load")
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
= render "inbox/entry", i: i
|
||||
|
||||
- if @more_data_available
|
||||
.d-flex.justify-content-center.justify-content-sm-start#paginator
|
||||
.d-flex.justify-content-center#paginator
|
||||
= button_to mod_inbox_index_path(@user, last_id: @inbox_last_id), class: "btn btn-light" do
|
||||
= t("voc.load")
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
= render "answerbox", a: answer
|
||||
|
||||
- if @more_data_available
|
||||
.d-flex.justify-content-center.justify-content-sm-start#paginator
|
||||
.d-flex.justify-content-center#paginator
|
||||
= button_to "#{request.path}?last_id=#{@timeline_last_id}", class: "btn btn-light" do
|
||||
= t("voc.load")
|
||||
|
||||
|
|
Loading…
Reference in New Issue