Skip to content

Commit

Permalink
demo ui
Browse files Browse the repository at this point in the history
  • Loading branch information
doljko committed Apr 3, 2024
1 parent 340ae0e commit 5b8cb16
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions addon/components/chat-window.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{{! template-lint-disable no-inline-styles }}
<div class="bg-gray-400 absolute right-0 bottom-0" style="right: 54px;">
<div class="flex justify-center h-64 w-80" style="height: 400px; right: 54px; bottom:8px">Lanna</div>
<div class="inset-x-2.5">
<InputGroup />
<div class="flex justify-center h-64 w-80 mt-2" style="height: 400px; right: 54px; bottom:8px">Lanna</div>
<div class="ml-4 mb-4">
hi,how are you?
</div>
<div class="flex space-x-4 ml-2">
<div class="flex-1">
<InputGroup />
</div>
<div class="mr-4">
<Button @type="primary" @buttonType="button" @icon="save" @size="xs" @iconSize="xs" />
</div>
</div>
</div>

0 comments on commit 5b8cb16

Please sign in to comment.