diff --git a/app/views/people/edit.html.haml b/app/views/people/edit.html.haml index ea4707cde..a2c42db3d 100644 --- a/app/views/people/edit.html.haml +++ b/app/views/people/edit.html.haml @@ -1,6 +1,6 @@ %turbo-frame{id: "#{dom_id @person}"} = form_with model: @person do |form| - %div.d-flex.justify-content-between.flex-lg-row.flex-md-row.flex-sm-column.flex-column.overflow-scroll + %div.d-flex.justify-content-between.flex-xl-row.flex-lg-column.flex-md-column.flex-sm-column.flex-column %div.pe-5 %img.rounded-circle{src: "/api/people/#{@person.id}/picture", width: '141', height: '141'} = form.file_field :picture diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index 9c44024fe..ad6209c66 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -4,7 +4,7 @@ 's Profile %turbo-frame{id: "#{dom_id @person}"} - %div.d-flex.justify-content-between.flex-lg-row.flex-md-row.flex-sm-column.flex-column.overflow-scroll + %div.d-flex.justify-content-between.flex-lg-row.flex-md-row.flex-sm-column.flex-column %div %img.rounded-circle{src: "/api/people/#{@person.id}/picture", width: '141', height: '141'} %div.mt-3= link_to "Bearbeiten", edit_person_path