feat: 调整主面板位置和高度以改善布局

This commit is contained in:
catlog22
2026-01-21 12:40:32 +08:00
parent 9d6bc92837
commit 572c103fbf

View File

@@ -22,12 +22,12 @@
/* ===== Main Panel ===== */
.cli-stream-viewer {
position: fixed;
top: 16px;
top: 80px;
right: 16px;
bottom: 16px;
width: 700px;
max-width: calc(100vw - 32px);
height: calc(100vh - 32px);
height: calc(100vh - 96px);
background: hsl(var(--card));
border: 1px solid hsl(var(--border));
border-radius: 8px;