mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
message_controls: Reduce control button width to match padded icon.
This commit is contained in:
parent
79a2e0a1c4
commit
d3b13cf15c
@ -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) +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user