feat: add hidden button support and syncControls for window state consistency across terminal components

This commit is contained in:
2026-06-13 11:42:40 +00:00
parent c1f314f2c6
commit 0e0f18724a
6 changed files with 76 additions and 6 deletions
+4
View File
@@ -184,6 +184,10 @@ devii-terminal .devii-winctl button {
cursor: pointer;
}
devii-terminal .devii-winctl button[hidden] {
display: none;
}
devii-terminal .devii-winctl button:hover {
color: var(--devii-fg);
background: #1b1f25;
@@ -147,6 +147,10 @@
cursor: pointer;
}
.fw-host .fw-winctl button[hidden] {
display: none;
}
.fw-host .fw-winctl button:hover {
color: var(--fw-fg);
background: #1b1f25;