Skip to content

Commit

Permalink
Reserve more room for calling button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Jun 14, 2022
1 parent 37cdc6e commit 4038d78
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions stylesheets/components/CallingButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
justify-content: center;
outline: none;
width: 52px;
margin-left: 6px;
margin-right: 6px;

@mixin calling-button-icon($icon, $background-color, $icon-color) {
background-color: $background-color;
Expand Down Expand Up @@ -154,9 +156,9 @@
&__container {
display: inline-flex;
flex-direction: column;
margin-left: 12px;
margin-right: 12px;
max-width: 52px;
margin-left: 6px;
margin-right: 6px;
max-width: 64px;

transition: margin-left 0.3s ease-out, opacity 0.3s ease-out;
@media (prefers-reduced-motion) {
Expand Down

0 comments on commit 4038d78

Please sign in to comment.