From 41c2d15fde3922513aaee4ad02bf2d8b64b15181 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Mon, 2 Dec 2024 18:34:17 +0100 Subject: [PATCH] Use `box-sizing` for social buttons --- res/css/views/dialogs/_ShareDialog.pcss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/css/views/dialogs/_ShareDialog.pcss b/res/css/views/dialogs/_ShareDialog.pcss index 561e0dc20f1..cfede43aae7 100644 --- a/res/css/views/dialogs/_ShareDialog.pcss +++ b/res/css/views/dialogs/_ShareDialog.pcss @@ -58,10 +58,10 @@ Please see LICENSE files in the repository root for full details. justify-content: center; a { - /* 48px on figma but we need to add the border size */ - width: 46px; - height: 46px; + width: 48px; + height: 48px; border-radius: 99px; + box-sizing: border-box; border: 1px solid var(--cpd-color-border-interactive-secondary); display: flex; justify-content: center;