Remove dimension input

This commit is contained in:
2026-01-22 22:11:19 +01:00
parent 118e94120a
commit 5fe6f35f74
2 changed files with 10 additions and 77 deletions

View File

@@ -108,23 +108,15 @@
<div class="property-list">
<div class="property-row">
<span class="property-label">Width</span>
<input
id="asset-width"
class="number-input property-control"
type="number"
min="10"
step="5"
/>
<div class="property-control">
<span id="asset-width-display" class="property-value"></span>
</div>
</div>
<div class="property-row">
<span class="property-label">Height</span>
<input
id="asset-height"
class="number-input property-control"
type="number"
min="10"
step="5"
/>
<div class="property-control">
<span id="asset-height-display" class="property-value"></span>
</div>
</div>
<div class="property-row">
<span class="property-label">Maintain AR</span>