From d044e4e568f20fd0b0d23d76628802a866f17ae3 Mon Sep 17 00:00:00 2001 From: cchis Date: Mon, 29 Jun 2026 14:07:26 +0800 Subject: [PATCH] =?UTF-8?q?cleanup:=20=E7=A7=BB=E9=99=A4=20device-stage=20?= =?UTF-8?q?=E7=9A=84=20container-type:size=20=E6=AD=BB=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 画布改用 inline style 的 vw/vh 后不再依赖容器查询单位(cqw/cqh), container-type:size 成为死代码且对 device-stage 有 size containment 副作用,移除。 全局已确认无 cq 单位在用。 Co-Authored-By: Claude Opus 4.8 (1M context) --- vtubermini/src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/vtubermini/src/index.css b/vtubermini/src/index.css index 4e35615..8e2a003 100644 --- a/vtubermini/src/index.css +++ b/vtubermini/src/index.css @@ -79,7 +79,6 @@ select { max-height: 100%; overflow: hidden; border-radius: 0; - container-type: size; } .reference-fit-frame {