u
This commit is contained in:
@@ -6,15 +6,15 @@
|
|||||||
border: 1px solid #e0e0e0;
|
border: 1px solid #e0e0e0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.org-tree {
|
.org-tree {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: 1200px;
|
|
||||||
min-height: 800px;
|
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.org-node {
|
.org-node {
|
||||||
@@ -228,6 +228,7 @@
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(-10px);
|
transform: translateY(-10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
|
|||||||
@@ -36,6 +36,10 @@
|
|||||||
.org-node {
|
.org-node {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0px 15px 20px 15px;
|
margin: 0px 15px 20px 15px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-connector {
|
.node-connector {
|
||||||
|
|||||||
Reference in New Issue
Block a user