Merge pull request #271 from pikasTech/fix/d601-m3-browser-control-layout

fix: keep M3 control actions clickable
This commit is contained in:
Lyon
2026-05-23 14:56:53 +08:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
@@ -43,6 +43,7 @@ export function runM3ControlPanelGuard() {
assertNoStaticDevLiveClaim({ html, app });
for (const pattern of [
/#panel-control\s*{\s*grid-template-rows:\s*auto auto minmax\(0,\s*1fr\);/s,
/\.m3-control-form\s*{/s,
/\.m3-control-grid\s*{/s,
/\.m3-control-actions\s*{/s
+4
View File
@@ -928,6 +928,10 @@ h3 {
display: none;
}
#panel-control {
grid-template-rows: auto auto minmax(0, 1fr);
}
.m3-control-form {
min-width: 0;
display: grid;