feat (ui): exec fase 3
This commit is contained in:
@@ -467,6 +467,14 @@ pre{
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
.execTerminalHost{
|
||||
min-height: 48vh;
|
||||
max-height: 64vh;
|
||||
border: 1px solid var(--soft-line);
|
||||
border-radius: 12px;
|
||||
background: #0a0f1d;
|
||||
overflow: hidden;
|
||||
}
|
||||
.execOutput{
|
||||
margin: 0;
|
||||
white-space: pre-wrap;
|
||||
@@ -482,6 +490,10 @@ pre{
|
||||
max-height: 64vh;
|
||||
overflow: auto;
|
||||
}
|
||||
.execTerminalHost .xterm,
|
||||
.execTerminalHost .xterm-viewport{
|
||||
height: 100%;
|
||||
}
|
||||
.execInputRow{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user