mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Fix layout of agent, agents pages
This commit is contained in:
parent
1b3fc68a87
commit
416feb13ef
2 changed files with 2 additions and 2 deletions
|
@ -58,6 +58,7 @@
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
grid-template-rows: auto 1fr auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#agent-settings-header {
|
div#agent-settings-header {
|
||||||
|
@ -242,7 +243,6 @@
|
||||||
@media only screen and (min-width: 700px) {
|
@media only screen and (min-width: 700px) {
|
||||||
body {
|
body {
|
||||||
grid-template-columns: auto min(70vw, 100%) auto;
|
grid-template-columns: auto min(70vw, 100%) auto;
|
||||||
grid-template-rows: auto auto auto;
|
|
||||||
}
|
}
|
||||||
body > * {
|
body > * {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
grid-template-rows: auto auto auto;
|
grid-template-rows: auto 1fr auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1#agents-list-title {
|
h1#agents-list-title {
|
||||||
|
|
Loading…
Reference in a new issue