mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
feat: 调整主面板位置和高度以改善布局
This commit is contained in:
@@ -22,12 +22,12 @@
|
|||||||
/* ===== Main Panel ===== */
|
/* ===== Main Panel ===== */
|
||||||
.cli-stream-viewer {
|
.cli-stream-viewer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 16px;
|
top: 80px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
bottom: 16px;
|
bottom: 16px;
|
||||||
width: 700px;
|
width: 700px;
|
||||||
max-width: calc(100vw - 32px);
|
max-width: calc(100vw - 32px);
|
||||||
height: calc(100vh - 32px);
|
height: calc(100vh - 96px);
|
||||||
background: hsl(var(--card));
|
background: hsl(var(--card));
|
||||||
border: 1px solid hsl(var(--border));
|
border: 1px solid hsl(var(--border));
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user