fix(modal): place meta + save block under Provenance, above Tags #132

Merged
bvandeusen merged 1 commits from dev into main 2026-06-26 10:14:15 -04:00
@@ -73,10 +73,13 @@
</div>
<aside v-if="modal.current" class="fc-viewer__side">
<!-- Meta + provenance + tags + suggestions scroll together here -->
<!-- Provenance, then the meta + save block just beneath it, then tags
+ suggestions all scroll together here (operator-asked
2026-06-26: meta/download sits directly above Tags, under
Provenance). -->
<div class="fc-viewer__side-main">
<ImageMetaBar />
<ProvenancePanel />
<ImageMetaBar />
<TagPanel />
</div>
<!-- while Related is PINNED to the bottom of the rail so it stays