From 0f5e4d5a8ac12b1ca4bf05f90bcecd19f08d31c1 Mon Sep 17 00:00:00 2001 From: Taico Aerts Date: Sat, 3 Sep 2022 10:27:10 +0200 Subject: [PATCH] On profile page dont mess with aspect ratio of profile picture --- app/assets/stylesheets/users.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/users.scss b/app/assets/stylesheets/users.scss index a79c0662a..22b580367 100644 --- a/app/assets/stylesheets/users.scss +++ b/app/assets/stylesheets/users.scss @@ -61,6 +61,7 @@ img { width: 100%; + object-fit: contain; } }