From 6606e100c99dc819afaf55f37295cd67787efc1a Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 2 Jun 2025 15:07:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE=E9=A1=B5?= =?UTF-8?q?=EF=BC=8C40%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/popup.html | 2 +- styles/styles-base.css | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f5d4cb1..cea2096 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "渠道应用开发部知识库", - "version": "2.0.0", + "version": "2.0.1", "description": "通过关键词快速搜索内部文档", "permissions": ["storage"], "host_permissions": [ diff --git a/pages/popup.html b/pages/popup.html index 166eee8..040c4aa 100644 --- a/pages/popup.html +++ b/pages/popup.html @@ -19,7 +19,7 @@
👤
diff --git a/styles/styles-base.css b/styles/styles-base.css index 134155b..6adb683 100644 --- a/styles/styles-base.css +++ b/styles/styles-base.css @@ -203,3 +203,21 @@ h1 { background: #eaf1fb; color: #1e40af; } + +body.fullscreen .draggable-panel { + position: fixed; + display: flex; + flex-direction: column; + height: 94vh; + max-height: 98vh; + overflow: hidden; +} + +body.fullscreen .container { + flex: 1 1 auto; + overflow-y: auto; + padding: 0 24px 30px; + box-sizing: border-box; + display: flex; + flex-direction: column; +} \ No newline at end of file