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

This reverts commit 572c103fbf.
This commit is contained in:
catlog22
2026-01-21 16:34:36 +08:00
parent 1dfabf6bda
commit 890ca455b2

View File

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