feat (ui): exec fase 3

This commit is contained in:
kodi
2026-03-06 18:13:55 +01:00
parent 39a33e5711
commit a4099867a5
3 changed files with 121 additions and 6 deletions
+12
View File
@@ -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;