Skip to content

Commit

Permalink
Merge pull request #33 from RealEskalate/sami.chatbot_size
Browse files Browse the repository at this point in the history
sami.fix: fixing for the android of the chat bot
  • Loading branch information
samuel161415 authored Aug 1, 2024
2 parents 0432ea2 + 9960d9a commit 99a2603
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/hacks-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
<div class="square" id="sq9"></div>
</div>
</app-root>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.ca0382e1ab6cf5f7.js" type="module"></script><script src="scripts.0e5b01af3f8fe401.js" defer></script><script src="vendor.6fe0bbdfb751e2a1.js" type="module"></script><script src="main.a4235cae35433473.js" type="module"></script></body>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.ca0382e1ab6cf5f7.js" type="module"></script><script src="scripts.0e5b01af3f8fe401.js" defer></script><script src="vendor.6fe0bbdfb751e2a1.js" type="module"></script><script src="main.9d2347233cbc4303.js" type="module"></script></body>
</html>
1 change: 1 addition & 0 deletions dist/hacks-website/main.9d2347233cbc4303.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/hacks-website/main.a4235cae35433473.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/app/shared/bot/bot.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

<div class="lg:hidden text-white w-[90%]" role="dialog" aria-modal="true">
<div
class="fixed flex flex-col justify-between items-center inset-y-0 left-0 z-50 overflow-hidden bg-gray-900 sm:max-w-sm sm:ring-1 sm:ring-gray-900/10"
class="fixed flex flex-col justify-between items-center inset-y-0 right-0 z-50 overflow-hidden bg-gray-900 sm:max-w-sm sm:ring-1 sm:ring-gray-900/10"
>
<div class="flex w-full items-center bg-indigo-900 py-6 justify-between">
<button
Expand Down Expand Up @@ -160,7 +160,7 @@

<form
[formGroup]="chatForm"
class="w-[70%] flex items-center justify-between p-3 border-t border-opacity-10 border-white"
class="w-[70%] flex items-center justify-between py-3 pr-5 border-t border-opacity-10 border-white"
>
<input
formControlName="message"
Expand Down

0 comments on commit 99a2603

Please sign in to comment.