diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-08 15:10:51 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-08 15:10:51 +0900 |
| commit | 2aa76304668e1d2d41b2d4f8c4d62f47e6d57551 (patch) | |
| tree | 99533b05e76e3a47979aa2f7995cbd9354ee60a9 | |
| parent | fix(frontend): fix control panel style (diff) | |
| download | sharkey-2aa76304668e1d2d41b2d4f8c4d62f47e6d57551.tar.gz sharkey-2aa76304668e1d2d41b2d4f8c4d62f47e6d57551.tar.bz2 sharkey-2aa76304668e1d2d41b2d4f8c4d62f47e6d57551.zip | |
🎨
| -rw-r--r-- | packages/frontend/src/pages/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/timeline.vue b/packages/frontend/src/pages/timeline.vue index fd6c4279fa..644b2d3d13 100644 --- a/packages/frontend/src/pages/timeline.vue +++ b/packages/frontend/src/pages/timeline.vue @@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only <template> <div ref="rootEl" class="_pageScrollable"> <MkStickyContainer> - <template #header><MkPageHeader v-model:tab="src" :actions="headerActions" :tabs="$i ? headerTabs : headerTabsWhenNotLogin"/></template> + <template #header><MkPageHeader v-model:tab="src" :displayMyAvatar="true" :actions="headerActions" :tabs="$i ? headerTabs : headerTabsWhenNotLogin"/></template> <MkSpacer :contentMax="800"> <MkInfo v-if="isBasicTimeline(src) && !store.r.timelineTutorials.value[src]" style="margin-bottom: var(--MI-margin);" closable @close="closeTutorial()"> {{ i18n.ts._timelineDescription[src] }} |