Fix profile settings layout
This commit is contained in:
parent
cea1190ab9
commit
af01ab2950
|
@ -14,9 +14,9 @@
|
||||||
%img#profile-picture-cropper{ src: current_user.profile_picture.url(:medium) }
|
%img#profile-picture-cropper{ src: current_user.profile_picture.url(:medium) }
|
||||||
|
|
||||||
.row.mb-2#profile-header-media
|
.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) }
|
%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(",")
|
= f.file_field :profile_header, accept: APP_CONFIG[:accepted_image_formats].join(",")
|
||||||
|
|
||||||
.row.d-none#profile-header-crop-controls
|
.row.d-none#profile-header-crop-controls
|
||||||
|
|
Loading…
Reference in New Issue