Center-align load more buttons on single column pages

This commit is contained in:
Karina Kwiatek 2022-10-25 21:52:58 +02:00 committed by Andreas Nedbal
parent 3062741487
commit 16ac195ab9
3 changed files with 3 additions and 3 deletions

View File

@ -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")

View File

@ -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")

View File

@ -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")