message_controls: Reduce control button width to match padded icon.

This commit is contained in:
Karl Stolley 2024-06-24 11:36:07 -05:00 committed by Tim Abbott
parent 79a2e0a1c4
commit d3b13cf15c

View File

@ -166,7 +166,8 @@
--message-box-markdown-aligned-vertical-space: var(
--markdown-interelement-space-px
);
--message-box-icon-width: 26px;
/* 22px matches to the width of the padded icon. */
--message-box-icon-width: 22px;
--message-box-icon-height: 25px;
--message-box-height-senderless-single-line-message: calc(
var(--base-line-height-unitless) * var(--base-font-size-px) +