From af01ab29505415f0f577db4d284bf28154a1540d Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Wed, 4 Jan 2023 16:18:29 +0100 Subject: [PATCH] Fix profile settings layout --- app/views/settings/profile/edit.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/settings/profile/edit.html.haml b/app/views/settings/profile/edit.html.haml index 9b86a12a..1f8240d4 100644 --- a/app/views/settings/profile/edit.html.haml +++ b/app/views/settings/profile/edit.html.haml @@ -14,9 +14,9 @@ %img#profile-picture-cropper{ src: current_user.profile_picture.url(:medium) } .row.mb-2#profile-header-media - .col + .col-xs-12.col-md-6 %img.mw-100.me-3{ src: current_user.profile_header.url(:mobile) } - .col-xs-12.mt-3.mt-sm-0.ps-3.pe-3 + .col-xs-12.col-md-6.mt-3.mt-sm-0.ps-3.pe-3 = f.file_field :profile_header, accept: APP_CONFIG[:accepted_image_formats].join(",") .row.d-none#profile-header-crop-controls