mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Add fragile layering system
This commit is contained in:
@@ -100,6 +100,10 @@
|
||||
<div class="panel-section" id="layout-section">
|
||||
<div class="section-header">
|
||||
<h5>Layout & order</h5>
|
||||
<p class="subtle-text">
|
||||
The top of the list renders on top in the broadcast. Script assets always render
|
||||
above canvas assets.
|
||||
</p>
|
||||
</div>
|
||||
<div class="property-list">
|
||||
<div class="property-row">
|
||||
@@ -132,11 +136,11 @@
|
||||
</label>
|
||||
</div>
|
||||
<div class="property-row">
|
||||
<span class="property-label">Layer</span>
|
||||
<span class="property-label">Order</span>
|
||||
<div class="property-control">
|
||||
<div class="badge-row stacked">
|
||||
<span class="badge"
|
||||
>Layer <strong id="asset-z-level">1</strong></span
|
||||
>Position <strong id="asset-order-position">1</strong></span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user