From 093379dba90921c9742770c7b516be434d54695f Mon Sep 17 00:00:00 2001 From: Cohee Date: Wed, 5 Jul 2023 00:35:08 +0300 Subject: [PATCH] Fix custom group avatar in hotswap bar --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index a2297fb47..98081553e 100644 --- a/public/style.css +++ b/public/style.css @@ -746,7 +746,7 @@ hr { min-width: 50px !important; } -.hotswapAvatar.group_select .avatar img { +.hotswapAvatar.group_select .avatar.avatar_collage img { width: 100%; height: 100%; object-fit: cover; @@ -5052,4 +5052,4 @@ body.waifuMode .zoomed_avatar { background-color: var(--SmartThemeBlurTintColor); text-align: center; line-height: 14px; -} \ No newline at end of file +}