Skip to content

Commit

Permalink
fix: fine-tune action icon ratios
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Mar 19, 2024
1 parent ffc6bae commit f558063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messaging/components/message/message.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
.message-action.message-action--more::after {
mask-image: url("./images/action-more.svg");
width: 15px;
height: 4.75px;
height: 4.5px;

/* Hack: WebKit Web Views do not support mask-image yet */
-webkit-mask-box-image: url("./images/action-more.svg");
Expand Down

0 comments on commit f558063

Please sign in to comment.