Removed unnecessary Value field on web app

This commit is contained in:
Nathan Schneider
2025-12-18 11:03:47 -07:00
parent 7a57c29202
commit 2827c9c7f4

View File

@@ -129,10 +129,6 @@
{/if}
</div>
<div class="value-display">
Value: {gradient.value !== null ? gradient.value : ''}
</div>
<div class="controls">
<div class="button-row">
<button
@@ -239,17 +235,6 @@
color: var(--fg-color);
}
.value-display {
text-align: center;
margin: 0.5rem 0;
font-size: 0.9rem;
}
.gradient-container .value-display {
margin-top: 0.5rem;
margin-bottom: 0.25rem;
}
.controls {
margin-top: 0.5rem;
display: flex;