Skip to content

Commit

Permalink
Use box-sizing for social buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Dec 2, 2024
1 parent 155426d commit 41c2d15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/css/views/dialogs/_ShareDialog.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 41c2d15

Please sign in to comment.