Match asset page layout and toolbar to shot page

- Remove wrapper padding from ProjectAssetsView so toolbar sits flush
  under the header, matching the shot page
- Add px-4 to AssetsDataTable root div to match ShotsDataTable margin
- Move thumbnail toggle from left filter group to right action area as
  an icon-only button, matching the shot toolbar's right-side pattern

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 01:29:27 +08:00
parent 0acf9ddff2
commit b3ee14cc6e
3 changed files with 14 additions and 16 deletions
@@ -19,9 +19,7 @@
<!-- Content -->
<div class="flex-1 overflow-auto">
<div class="p-4 sm:p-6">
<AssetBrowser :project-id="projectId" />
</div>
<AssetBrowser :project-id="projectId" />
</div>
</div>
</template>