diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml
index 0203e123..432ec743 100644
--- a/app/views/inbox/show.html.haml
+++ b/app/views/inbox/show.html.haml
@@ -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")
diff --git a/app/views/moderation/inbox/index.html.haml b/app/views/moderation/inbox/index.html.haml
index fda0021e..50beb23d 100644
--- a/app/views/moderation/inbox/index.html.haml
+++ b/app/views/moderation/inbox/index.html.haml
@@ -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")
diff --git a/app/views/timeline/timeline.html.haml b/app/views/timeline/timeline.html.haml
index e7eb7916..e767ea01 100644
--- a/app/views/timeline/timeline.html.haml
+++ b/app/views/timeline/timeline.html.haml
@@ -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")