mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
compose: Collapse recipient widget with few options.
This looks visually nicer, and I think is necessary to merge it for now, but I'm doing this as a separate commit so it's easy to revert if we change our mind.
This commit is contained in:
@@ -285,7 +285,7 @@ function compose_recipient_dropdown_on_show(dropdown) {
|
||||
Math.max(top_space, bottom_space),
|
||||
);
|
||||
const $popper = $(dropdown.popper);
|
||||
$popper.find(".dropdown-list-wrapper").css("height", height + "px");
|
||||
$popper.find(".dropdown-list-wrapper").css("max-height", height + "px");
|
||||
}
|
||||
|
||||
export function open_compose_recipient_dropdown() {
|
||||
|
||||
Reference in New Issue
Block a user