diff --git a/app/views/inbox/show.haml b/app/views/inbox/show.haml index 3467aaae..caaf948d 100644 --- a/app/views/inbox/show.haml +++ b/app/views/inbox/show.haml @@ -9,6 +9,6 @@ - if @more_data_available - .d-flex.justify-content-center + .d-flex.justify-content-center.justify-content-sm-start %button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @inbox_last_id } } = t 'views.actions.load' diff --git a/app/views/list/index.haml b/app/views/list/index.haml index b73d8d84..f7c97c3a 100644 --- a/app/views/list/index.haml +++ b/app/views/list/index.haml @@ -5,7 +5,7 @@ = render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @timeline_last_id - if @more_data_available - .d-flex.justify-content-center + .d-flex.justify-content-center.justify-content-sm-start %button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @timeline_last_id } } = t 'views.actions.load' diff --git a/app/views/notifications/index.haml b/app/views/notifications/index.haml index 47dd153c..1746120d 100644 --- a/app/views/notifications/index.haml +++ b/app/views/notifications/index.haml @@ -19,6 +19,6 @@ = render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @notifications_last_id, permitted_params: %i[type] - if @more_data_available - .d-flex.justify-content-center + .d-flex.justify-content-center.justify-content-sm-start %button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @notifications_last_id } } = t 'views.actions.load' diff --git a/app/views/public/index.haml b/app/views/public/index.haml index 01d4631c..3d027afe 100644 --- a/app/views/public/index.haml +++ b/app/views/public/index.haml @@ -5,7 +5,7 @@ = render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @timeline_last_id - if @more_data_available - .d-flex.justify-content-center + .d-flex.justify-content-center.justify-content-sm-start %button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @timeline_last_id } } = t 'views.actions.load' diff --git a/app/views/question/show.haml b/app/views/question/show.haml index 8ade67ce..b57e114d 100644 --- a/app/views/question/show.haml +++ b/app/views/question/show.haml @@ -9,7 +9,7 @@ = render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @answers_last_id - if @more_data_available - .d-flex.justify-content-center + .d-flex.justify-content-center.justify-content-sm-start %button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @answers_last_id } } = t 'views.actions.load' diff --git a/app/views/static/index.haml b/app/views/static/index.haml index 154ea22e..1e13c289 100644 --- a/app/views/static/index.haml +++ b/app/views/static/index.haml @@ -5,7 +5,7 @@ = render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @timeline_last_id - if @more_data_available - .d-flex.justify-content-center + .d-flex.justify-content-center.justify-content-sm-start %button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @timeline_last_id } } = t 'views.actions.load' diff --git a/app/views/user/questions.haml b/app/views/user/questions.haml index 78dd15c3..65a02578 100644 --- a/app/views/user/questions.haml +++ b/app/views/user/questions.haml @@ -5,7 +5,7 @@ = render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @questions_last_id - if @more_data_available - .d-flex.justify-content-center + .d-flex.justify-content-center.justify-content-sm-start %button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @questions_last_id } } = t 'views.actions.load' diff --git a/app/views/user/show.haml b/app/views/user/show.haml index d639989e..0a98c533 100644 --- a/app/views/user/show.haml +++ b/app/views/user/show.haml @@ -6,7 +6,7 @@ = render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @answers_last_id - if @more_data_available - .d-flex.justify-content-center + .d-flex.justify-content-center.justify-content-sm-start %button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @answers_last_id } } = t 'views.actions.load' diff --git a/app/views/user/show_follow.haml b/app/views/user/show_follow.haml index a8135179..7b0d49a6 100644 --- a/app/views/user/show_follow.haml +++ b/app/views/user/show_follow.haml @@ -6,7 +6,7 @@ = render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @users_last_id - if @more_data_available - .d-flex.justify-content-center + .d-flex.justify-content-center.justify-content-sm-start %button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @users_last_id } } = t 'views.actions.load'