From 416feb13efac1299a456371c6f3b89fc0964692e Mon Sep 17 00:00:00 2001 From: sabaimran Date: Fri, 15 Mar 2024 11:17:40 +0530 Subject: [PATCH] Fix layout of agent, agents pages --- src/khoj/interface/web/agent.html | 2 +- src/khoj/interface/web/agents.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/khoj/interface/web/agent.html b/src/khoj/interface/web/agent.html index 37294254..89ffe279 100644 --- a/src/khoj/interface/web/agent.html +++ b/src/khoj/interface/web/agent.html @@ -58,6 +58,7 @@ line-height: 1.5em; height: 100vh; margin: 0; + grid-template-rows: auto 1fr auto; } div#agent-settings-header { @@ -242,7 +243,6 @@ @media only screen and (min-width: 700px) { body { grid-template-columns: auto min(70vw, 100%) auto; - grid-template-rows: auto auto auto; } body > * { grid-column: 2; diff --git a/src/khoj/interface/web/agents.html b/src/khoj/interface/web/agents.html index 6c3ae084..316e76d1 100644 --- a/src/khoj/interface/web/agents.html +++ b/src/khoj/interface/web/agents.html @@ -61,7 +61,7 @@ line-height: 1.5em; height: 100vh; margin: 0; - grid-template-rows: auto auto auto; + grid-template-rows: auto 1fr auto; } h1#agents-list-title {