fixed refacto of this.buildosUrl
This commit is contained in:
35
buildoz.css
35
buildoz.css
@@ -195,7 +195,7 @@ bz-graflow {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: 50vh;
|
||||
height: 100vh;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
bz-graflow .bzgf-main-container{
|
||||
@@ -261,3 +261,36 @@ bz-graflow .bzgf-nodes-container .port.selectable:hover{
|
||||
}
|
||||
|
||||
/* BZGRAFLOW_CORE_END */
|
||||
|
||||
bz-grafloweditor {
|
||||
width: 98vw;
|
||||
height: 98vh;
|
||||
margin: auto;
|
||||
}
|
||||
bz-grafloweditor .bzgfe-main-container{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
grid-template-columns: 20vw auto;
|
||||
grid-gap: 1px;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
bz-grafloweditor .bzgfe-nodes-container{
|
||||
overflow: auto;
|
||||
border: 2px solid #000;
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
bz-grafloweditor bz-graflow{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
bz-grafloweditor .bzgfe-nodes-container .bzgf-node{
|
||||
position: relative;
|
||||
margin: 5px auto;
|
||||
}
|
||||
Reference in New Issue
Block a user