mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
compose: Express recipient box height in ems.
This commit is contained in:
parent
131ae54eb7
commit
47cf447bf2
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user