mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +00:00
Merge branch 'develop' into merge/2025-03-24
# Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue
This commit is contained in:
commit
3a7e50932c
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template>
|
||||
<div v-if="meta" :class="$style.root">
|
||||
<MkFeaturedPhotos :class="$style.bg"/>
|
||||
<XTimeline :class="$style.tl"/>
|
||||
<XTimeline v-if="meta.policies.ltlAvailable" :class="$style.tl"/>
|
||||
<div :class="$style.shape1"></div>
|
||||
<div :class="$style.shape2"></div>
|
||||
<div :class="$style.logoWrapper">
|
||||
|
@ -123,6 +123,7 @@ misskeyApiGet('federation/instances', {
|
|||
}
|
||||
|
||||
.poweredBy {
|
||||
color: var(--MI_THEME-fgOnAccent);
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue