fix(properties): harden child window startup and lifecycle

This commit is contained in:
NimBold
2026-08-06 00:26:59 +03:30
parent 5d90b07fd7
commit ee2448d084
9 changed files with 193 additions and 67 deletions
+5
View File
@@ -574,6 +574,11 @@ html[data-list-density="relaxed"] {
.properties-window-shell {
--properties-header-surface: hsl(var(--surface-raised));
--properties-card-surface: hsl(var(--bg-input) / 0.42);
min-height: 100%;
overflow: hidden;
border: 1px solid hsl(var(--border-color));
border-radius: 18px;
background: hsl(var(--main-bg));
}
.properties-window-titlebar {