From f1ca3194804e47787a5115ff6a049a8e75996611 Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Sat, 4 Feb 2023 13:00:25 -0500 Subject: [PATCH] [F] Fix friend avatar --- src/views/others/Friends.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/others/Friends.vue b/src/views/others/Friends.vue index 9cc7063..4d0314e 100644 --- a/src/views/others/Friends.vue +++ b/src/views/others/Friends.vue @@ -127,6 +127,8 @@ $card-min-width: 335px .avatar margin-top: calc(#{$top} - #{$img} / 2 - 20px) width: $img + height: $img + object-fit: contain border-radius: 100% margin-right: 20px z-index: 10