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;