From 890ca455b241bc0b3b2aa322d912aa1737d5b9b1 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 21 Jan 2026 16:34:36 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"feat:=20=E8=B0=83=E6=95=B4=E4=B8=BB?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E4=BD=8D=E7=BD=AE=E5=92=8C=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E4=BB=A5=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 This reverts commit 572c103fbf97e8a3c3c232f8e0817ee45b454688. --- 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 82ed8c91..e3bfd92f 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: 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;