mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +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.' />;
|
if (error) return <InlineLoading message='Oops, something went wrong. Please refresh the page.' />;
|
||||||
|
|
||||||
return (
|
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={`grid w-full ml-auto mr-auto`}>
|
||||||
<div className={`${styles.sidePanel} top-0`}>
|
<div className={`${styles.sidePanel} top-0`}>
|
||||||
<SidePanel
|
<SidePanel
|
||||||
@@ -983,7 +983,7 @@ export default function Automations() {
|
|||||||
</div>
|
</div>
|
||||||
<div className={`${styles.pageLayout} w-full`}>
|
<div className={`${styles.pageLayout} w-full`}>
|
||||||
<div className='py-4 sm:flex sm:justify-between grid gap-1'>
|
<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'>
|
<div className='flex flex-wrap gap-2 items-center justify-start'>
|
||||||
{
|
{
|
||||||
authenticatedData ? (
|
authenticatedData ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user