fix: full width for select-location page + restore space fly animation
All checks were successful
Build Docker Image / build (push) Successful in 4m1s
All checks were successful
Build Docker Image / build (push) Successful in 4m1s
- Remove max-w-4xl constraint on /select-location page - Replace simple easeTo with flyThroughSpace in CatalogMap (2-phase animation: zoom out to space, then fly to target) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="container mx-auto px-4 py-8 max-w-4xl">
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
<PageHeader :title="t('common.selectLocation')">
|
||||
<template #actions>
|
||||
<button class="btn btn-ghost" @click="router.back()">
|
||||
|
||||
Reference in New Issue
Block a user