mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 05:39:12 +00:00
Fix layout of agent, agents pages
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user