Make Title, Chat Footer Icons larger to ease click, tap on Mobile

This commit is contained in:
Debanjum Singh Solanky
2024-08-03 11:22:33 +05:30
parent 8d1c5226ec
commit 529ffdb7e3
11 changed files with 22 additions and 17 deletions

View File

@@ -105,6 +105,7 @@ div.agentIndicator {
div.chatBox {
padding: 0;
height: min-content;
}
}
@@ -119,6 +120,7 @@ div.agentIndicator {
div.chatBox {
padding: 0;
height: min-content;
}
div.chatLayout {

View File

@@ -256,7 +256,7 @@ export default function Chat() {
{
!isMobileWidth &&
<div className={`text-nowrap text-ellipsis overflow-hidden max-w-screen-md grid items-top font-bold mr-8`}>
{title && <h2 className={`text-lg text-ellipsis whitespace-nowrap overflow-x-hidden pt-4`}>{title}</h2>}
{title && <h2 className={`text-lg text-ellipsis whitespace-nowrap overflow-x-hidden pt-6`}>{title}</h2>}
</div>
}
<Suspense fallback={<Loading />}>