mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 21:29:08 +00:00
Make Title, Chat Footer Icons larger to ease click, tap on Mobile
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 />}>
|
||||
|
||||
Reference in New Issue
Block a user