Fix layout of agent, agents pages

This commit is contained in:
sabaimran 2024-03-15 11:17:40 +05:30
parent 1b3fc68a87
commit 416feb13ef
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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 {