fix: chat terminal full width, revert grid stretch
This commit is contained in:
parent
b5cddb912e
commit
38a126273d
1 changed files with 3 additions and 2 deletions
|
|
@ -348,7 +348,7 @@ a:hover { color: #fff; text-shadow: none; }
|
||||||
grid-template-columns: 400px 1fr 420px;
|
grid-template-columns: 400px 1fr 420px;
|
||||||
grid-template-rows: auto;
|
grid-template-rows: auto;
|
||||||
gap: 1.5rem;
|
gap: 1.5rem;
|
||||||
align-items: stretch;
|
align-items: start;
|
||||||
animation: fadeIn 1s ease both;
|
animation: fadeIn 1s ease both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -362,7 +362,7 @@ a:hover { color: #fff; text-shadow: none; }
|
||||||
.hud-col-center {
|
.hud-col-center {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: stretch;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
@ -1827,6 +1827,7 @@ a:hover { color: #fff; text-shadow: none; }
|
||||||
JAE-AI CHAT TERMINAL
|
JAE-AI CHAT TERMINAL
|
||||||
============================ */
|
============================ */
|
||||||
.chat-terminal {
|
.chat-terminal {
|
||||||
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue