diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index e4e5fc8..1c240b3 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -425,6 +425,8 @@ .chat-avatar{ height: 40px; + width: 40px; + object-fit: cover; } .chat-username { @@ -621,6 +623,8 @@ .user_avatar_messenger{ width: 40px; height: 40px; + object-fit: cover; + } .user_name_messenger{ diff --git a/templates/blocks/profile/b_chats.html b/templates/blocks/profile/b_chats.html index 5672044..3e35e36 100644 --- a/templates/blocks/profile/b_chats.html +++ b/templates/blocks/profile/b_chats.html @@ -42,7 +42,7 @@