From 7378b7fdd144e89fa41658c82e59c8f70fac2c74 Mon Sep 17 00:00:00 2001 From: Germain Date: Fri, 22 Sep 2023 17:07:43 +0100 Subject: [PATCH] Fix more button sizing in face pile --- res/css/views/elements/_FacePile.pcss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/res/css/views/elements/_FacePile.pcss b/res/css/views/elements/_FacePile.pcss index a1e448861f..dd62290955 100644 --- a/res/css/views/elements/_FacePile.pcss +++ b/res/css/views/elements/_FacePile.pcss @@ -15,10 +15,12 @@ limitations under the License. */ .mx_FacePile_more { + /* Needed to calculate the offset on the face pile */ + --cpd-avatar-size: 28px; position: relative; border-radius: 100%; - width: 30px; - height: 30px; + width: 28px; + height: 28px; background-color: $panels; display: inline-block;