fix: address console review findings

This commit is contained in:
lda
2026-07-03 08:27:36 +07:00 Verified
parent 47ac422965
commit b0b2cba7ab
23 changed files with 351 additions and 107 deletions
+9 -2
View File
@@ -265,6 +265,13 @@ tbody tr:hover {
height: 34rem;
}
@media (max-height: 760px) {
.graph-content,
.workflow-graph {
height: 24rem;
}
}
.workflow-graph {
width: 100%;
border: 1px solid var(--color-border);
@@ -273,11 +280,11 @@ tbody tr:hover {
overflow: hidden;
}
section[aria-label="Lifecycle Explorer"]:has(.graph-content) {
[data-panel="lifecycle-explorer"]:has(.graph-content) {
grid-column: 1 / -1;
}
.app-layout:has(.graph-content) > section[aria-label="Source Inventory"] {
.app-layout:has(.graph-content) > [data-panel="source-inventory"] {
display: none;
}