compose: Express recipient box height in ems.

This commit is contained in:
Karl Stolley 2024-06-11 09:38:45 -05:00 committed by Tim Abbott
parent 131ae54eb7
commit 47cf447bf2

View File

@ -127,9 +127,9 @@
/*
Compose-recipient box minimum height. Used in a flexbox context to
allow elements like DM pills to stack without breaking out of their
flex item.
flex item. 2.1786em is 30.5px at 14px/1em.
*/
--compose-recipient-box-min-height: 30.5px;
--compose-recipient-box-min-height: 2.1786em;
/*
Width to be reserved for document scrollbar when scrolling is disabled.