From 572c103fbf97e8a3c3c232f8e0817ee45b454688 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 21 Jan 2026 12:40:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E4=B8=BB=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E4=BD=8D=E7=BD=AE=E5=92=8C=E9=AB=98=E5=BA=A6=E4=BB=A5?= =?UTF-8?q?=E6=94=B9=E5=96=84=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ccw/src/templates/dashboard-css/33-cli-stream-viewer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccw/src/templates/dashboard-css/33-cli-stream-viewer.css b/ccw/src/templates/dashboard-css/33-cli-stream-viewer.css index e3bfd92f..82ed8c91 100644 --- a/ccw/src/templates/dashboard-css/33-cli-stream-viewer.css +++ b/ccw/src/templates/dashboard-css/33-cli-stream-viewer.css @@ -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;