Add sequence diagrams to inspector

This commit is contained in:
Robert Long
2022-01-13 14:11:06 -08:00
parent 3c30ca5f95
commit 3d571a00c6
4 changed files with 980 additions and 179 deletions

View File

@@ -0,0 +1,25 @@
.inspector {
background-color: var(--bgColor2);
}
.scrollContainer {
height: 100%;
overflow-y: auto;
}
.sequenceDiagramViewer {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.selectInput {
align-self: flex-start;
}
.sequenceDiagramViewer :global(.messageText) {
font-size: 12px;
fill: var(--textColor1) !important;
stroke: var(--textColor1) !important;
}