diff --git a/index.html b/index.html index 6df58b8..e2c7157 100644 --- a/index.html +++ b/index.html @@ -348,6 +348,10 @@ width: 80px; text-align: center; } + .results-table .preview-col { + width: 110px; + text-align: center; + } .results-table tbody tr { cursor: pointer; @@ -389,6 +393,47 @@ .results-table .duration-col { width: 60px; } + + .results-table .preview-col { + width: 84px; + } + } + + .results-controls { + display: flex; + gap: calc(var(--spacing-unit) * 1.5); + align-items: center; + flex-wrap: wrap; + padding: calc(var(--spacing-unit) * 2); + background: var(--color-surface); + border-radius: var(--radius); + border: 1px solid var(--color-border); + box-shadow: var(--shadow-sm); + margin-top: calc(var(--spacing-unit) * 2); + } + .results-controls .volume-control { + flex: 1; + min-width: 220px; + margin-top: 0; + } + .results-controls .actions { + margin-left: auto; + display: inline-flex; + gap: calc(var(--spacing-unit) * 1.25); + align-items: center; + flex-wrap: wrap; + } + @media (max-width: 768px) { + .results-controls { + flex-direction: column; + align-items: stretch; + } + .results-controls .actions { + margin-left: 0; + width: 100%; + display: flex; + flex-direction: column; + } } .confidence-bar { @@ -849,11 +894,23 @@
Select a MIDI file from search results to enable playback
Review the MIDI before generation.
-