forked from retoor/devplacepy
feat: add hidden button support and syncControls for window state consistency across terminal components
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user