mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-09 18:59:36 +00:00
fix(properties): harden child window startup and lifecycle
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user