e30e75b5d4
Code Quality / Oxlint + Oxfmt (push) Waiting to run
Code Quality / Template Sync (push) Waiting to run
Code Quality / Build Changed Packages (push) Waiting to run
Code Quality / Test Changed Packages (push) Waiting to run
Deploy Expo Example / Deploy Production (push) Waiting to run
Deploy Ink Example / Deploy Production (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.12) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Waiting to run
Deploy Shadcn Registry / Deploy Production (push) Waiting to run
Template Metrics / LOC + Bundle Size (push) Waiting to run
Changesets / Create Version PR (push) Has been cancelled
47 lines
780 B
CSS
47 lines
780 B
CSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
background: #1a1a1a;
|
|
}
|
|
|
|
.terminal-center {
|
|
display: flex;
|
|
height: 100vh;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.terminal-host {
|
|
width: 100%;
|
|
max-width: 960px;
|
|
height: min(100%, 560px);
|
|
}
|
|
|
|
.terminal-host .wterm {
|
|
height: 100%;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
background: #1a1a1a;
|
|
--term-bg: #1a1a1a;
|
|
--term-fg: #e0e0e0;
|
|
--term-cursor: #34d399;
|
|
--term-font-family: Menlo, Monaco, "Courier New", monospace;
|
|
--term-font-size: 13px;
|
|
--term-line-height: 1.3;
|
|
}
|
|
|
|
.terminal-loading {
|
|
display: flex;
|
|
height: 100vh;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-family: ui-monospace, Menlo, Monaco, monospace;
|
|
font-size: 14px;
|
|
color: #6b7280;
|
|
}
|