mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
compose: Refactor recipient area to use grid layout instead of flexbox.
This is a prep commit for moving the narrow to compose recipients button before the input, and also aids in the overall compose area redesign.
This commit is contained in:
@@ -69,8 +69,10 @@
|
||||
<i class="zulip-icon zulip-icon-close"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div id="compose-direct-recipient" class="pill-container" data-before="{{t 'You and' }}">
|
||||
<div class="input" contenteditable="true" id="private_message_recipient" data-no-recipients-text="{{t 'Add one or more users' }}" data-some-recipients-text="{{t 'Add another user...' }}"></div>
|
||||
<div id="compose-direct-recipient" data-before="{{t 'You and' }}">
|
||||
<div class="pill-container">
|
||||
<div class="input" contenteditable="true" id="private_message_recipient" data-no-recipients-text="{{t 'Add one or more users' }}" data-some-recipients-text="{{t 'Add another user...' }}"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user