graflowEditor console
This commit is contained in:
33
buildoz.css
33
buildoz.css
@@ -23,7 +23,7 @@ bz-select > button::after {
|
||||
content: "\00BB";
|
||||
transform: rotate(90deg);
|
||||
position: absolute;
|
||||
right: 0.5em;
|
||||
right: clamp(-1em, calc(100% - 1em), 0.5em);
|
||||
top: 0;
|
||||
pointer-events: none;
|
||||
font-size: 1.5em;
|
||||
@@ -184,7 +184,7 @@ bz-slidepane[side="right"] div.handle {
|
||||
top: 50%;
|
||||
width: 11px;
|
||||
height: 40px;
|
||||
background: repeating-linear-gradient( to right, rgba(255,255,255,1) 0, rgba(255,255,255,1) 2px, rgba(0,0,0,0.2) 3px, rgba(0,0,0,0.2) 4px );
|
||||
background: repeating-linear-gradient( to right, rgba(255,255,255,1) 0, rgba(255,255,255,1) 2px, rgba(0,0,0,0.5) 3px, rgba(0,0,0,0.5) 4px );
|
||||
transform: translateY(-50%);
|
||||
cursor: ew-resize;
|
||||
}
|
||||
@@ -197,6 +197,7 @@ bz-graflow {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
bz-graflow .bzgf-main-container{
|
||||
width: 100%;
|
||||
@@ -293,4 +294,30 @@ bz-grafloweditor bz-graflow{
|
||||
bz-grafloweditor .bzgfe-nodes-container .bzgf-node{
|
||||
position: relative;
|
||||
margin: 5px auto;
|
||||
}
|
||||
}
|
||||
bz-grafloweditor bz-slidepane { z-index: 999; background-color: #0008!important;}
|
||||
bz-grafloweditor bz-slidepane .inner-console{
|
||||
padding: .5em;
|
||||
background: #FFF;
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
grid-gap: 5px;
|
||||
}
|
||||
|
||||
bz-grafloweditor .inner-console .cols-2{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-gap: 1em;
|
||||
background-color: #ddd;
|
||||
min-height: 2.5em;
|
||||
}
|
||||
|
||||
bz-grafloweditor .inner-console .cols-2 label{
|
||||
text-align: right;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
bz-grafloweditor .inner-console .cols-2 input{
|
||||
max-height: 2em;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user