mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 13:20:17 +00:00
Add top padding to the automations header to align it with the agents page
This commit is contained in:
@@ -972,7 +972,7 @@ export default function Automations() {
|
||||
if (error) return <InlineLoading message='Oops, something went wrong. Please refresh the page.' />;
|
||||
|
||||
return (
|
||||
<main className={`${styles.main} w-full ml-auto mr-auto`}>
|
||||
<main className={`${styles.main} w-full ml-auto mr-auto pt-4`}>
|
||||
<div className={`grid w-full ml-auto mr-auto`}>
|
||||
<div className={`${styles.sidePanel} top-0`}>
|
||||
<SidePanel
|
||||
@@ -983,7 +983,7 @@ export default function Automations() {
|
||||
</div>
|
||||
<div className={`${styles.pageLayout} w-full`}>
|
||||
<div className='py-4 sm:flex sm:justify-between grid gap-1'>
|
||||
<h1 className="text-3xl">Automations</h1>
|
||||
<h1 className="text-3xl pt-6">Automations</h1>
|
||||
<div className='flex flex-wrap gap-2 items-center justify-start'>
|
||||
{
|
||||
authenticatedData ? (
|
||||
|
||||
Reference in New Issue
Block a user