added logo image and slogan to sign in page

This commit is contained in:
haerikimmm
2026-06-16 15:20:07 +09:00
parent 06e5fe5593
commit d2fb40f692
26 changed files with 1553 additions and 170 deletions

View File

@@ -62,13 +62,14 @@
<button class="journey-play-btn" onclick={startJourney}>▶</button>
{/if}
</div>
<StatsPanel />
{#if !journeyActive}<StatsPanel />{/if}
</div>
{:else}
<TimelineView
onDetailChange={(v) => (inDetail = v)}
{pendingCountry}
onNewEntryClear={() => (pendingCountry = '')}
onGoToMap={() => { screen = 'worldmap'; }}
/>
{/if}
</Layout>
@@ -139,4 +140,5 @@
.journey-play-btn:active {
transform: scale(0.92);
}
</style>