feat(v5): New expanded layout for chatlist (#13652)

This commit is contained in:
Sivin Varghese
2026-04-20 14:02:10 +05:30
committed by GitHub
parent 787fcc4a95
commit 3a4738729d
20 changed files with 1449 additions and 413 deletions
@@ -220,7 +220,7 @@ useEventListener(document, 'paste', onPaste);
/>
<EmojiInput
v-if="isEmojiPickerOpen"
class="top-full mt-1.5 ltr:left-0 rtl:right-0"
class="!top-auto !bottom-full mb-1.5 ltr:left-0 rtl:right-0"
:on-click="onClickInsertEmoji"
/>
</div>