bz-select closes his bros
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
.kf-editor > article, .kf-editor > article header{ border-color: #473; }
|
||||
.kf-editor article.agent-preview header { padding:0; }
|
||||
.kf-editor article.agent-preview canvas{ width:100%; aspect-ratio: 1 / 1;}
|
||||
.kf-editor article.agent-preview section{
|
||||
.kf-editor article.agent-preview section, .kf-editor article.agent-properties section{
|
||||
display: grid;
|
||||
grid-template-rows: auto 2em;
|
||||
height: 100%;
|
||||
@@ -33,17 +33,8 @@
|
||||
<section>
|
||||
<div>
|
||||
<bz-select label="Agent type..." data-output="agentsSelector"></bz-select>
|
||||
<div>Something in the way</div>
|
||||
<bz-select label="TEST...">
|
||||
<option value="a">AA</option>
|
||||
<option value="b">BB</option>
|
||||
<option value="c">CC</option>
|
||||
</bz-select>
|
||||
</div>
|
||||
<div class="actions cols-2">
|
||||
<button eicbutton rounded data-output="btnAddAgent" data-trigger="onAddAgent">Add</button>
|
||||
<button eicbutton rounded data-output="btnRemoveAgent" data-trigger="onRemoveAgent" >Remove</button>
|
||||
</div>
|
||||
<div></div>
|
||||
</section>
|
||||
</article>
|
||||
<article eiccard>
|
||||
@@ -51,9 +42,15 @@
|
||||
Arena
|
||||
</section>
|
||||
</article>
|
||||
<article eiccard="">
|
||||
<article eiccard class="agent-properties">
|
||||
<header><h1>Agent properties</h1></header>
|
||||
<section data-output="agentProperties"></section>
|
||||
<section>
|
||||
<div data-output="agentProperties"></div>
|
||||
<div class="actions cols-2">
|
||||
<button eicbutton rounded data-output="btnAddAgent" data-trigger="onAddAgent">Add</button>
|
||||
<button eicbutton rounded data-output="btnRemoveAgent" data-trigger="onRemoveAgent" >Remove</button>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user