Implemented sorted graph
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
.plane {
|
||||
border: 1px solid red;
|
||||
box-shadow: 0 0 0 1px red; /* Border left */
|
||||
padding: 2em;
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5em;
|
||||
gap: 10em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
gap: 2em;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.node {
|
||||
@@ -18,3 +20,7 @@
|
||||
border: 1px solid #DDDDDD;
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user