mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Align padding of agent pills to home screen chat input on small screens
This commit is contained in:
parent
b744dffefd
commit
51e56e17ee
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
|
|||
props.isMobileWidth &&
|
||||
<>
|
||||
<div className={`${styles.inputBox} pt-1 shadow-[0_-20px_25px_-5px_rgba(0,0,0,0.1)] dark:bg-neutral-700 bg-background align-middle items-center justify-center pb-3 mx-1 rounded-t-2xl rounded-b-none`}>
|
||||
<div className="flex gap-2 items-center justify-left pt-1 pb-2 px-10">
|
||||
<div className="flex gap-2 items-center justify-left pt-1 pb-2 px-12">
|
||||
{agentIcons.map((icon, index) => (
|
||||
<Card
|
||||
key={`${index}-${agents[index].slug}`}
|
||||
|
|
Loading…
Add table
Reference in a new issue