Skip to content

Commit 80e56ae

Browse files
committed
style: add BuildEnvironment animation for non-footer places
1 parent 419b704 commit 80e56ae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

app/components/BuildEnvironment.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ const buildTime = computed(() => new Date(buildInfo.value.time))
1414
<template>
1515
<div
1616
class="font-mono text-xs text-fg-muted flex items-center gap-2"
17-
:class="footer ? 'hidden sm:flex sm:justify-start' : 'mb-8 justify-center'"
17+
:class="
18+
footer
19+
? 'hidden sm:flex sm:justify-start'
20+
: 'mb-8 justify-center motion-safe:animate-fade-in motion-safe:animate-fill-both'
21+
"
1822
style="animation-delay: 0.05s"
1923
>
2024
<i18n-t keypath="built_at" scope="global">

0 commit comments

Comments
 (0)