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:
@@ -281,7 +281,7 @@ export default function Agents() {
|
||||
/>
|
||||
</div>
|
||||
<div className={`mx-auto ${isMobileWidth ? "w-11/12" : "w-1/2"} pt-4`}>
|
||||
<div className={`pt-4 md:pt-8 flex justify-between align-middle w-full`}>
|
||||
<div className={`pt-6 md:pt-8 flex justify-between align-middle w-full`}>
|
||||
<h1 className="text-3xl">Agents</h1>
|
||||
<div className="ml-auto float-right border p-2 pt-3 rounded-xl font-bold hover:bg-stone-100 dark:hover:bg-neutral-900">
|
||||
<TooltipProvider>
|
||||
|
||||
Reference in New Issue
Block a user