mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
merge: "Powered by" changes colors based on accent, Scrolling timeline now hides when local timelines are disabled by default (!978)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/978 Closes #1043 and #1041 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: dakkar <dakkar@thenautilus.net>
This commit is contained in:
commit
a9e2b452a8
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="rsqzvsbo">
|
||||
<MkFeaturedPhotos class="bg"/>
|
||||
<XTimeline class="tl"/>
|
||||
<XTimeline v-if="meta.policies.ltlAvailable" class="tl"/>
|
||||
<div class="shape1"></div>
|
||||
<div class="shape2"></div>
|
||||
<div class="logo-wrapper">
|
||||
|
@ -124,6 +124,7 @@ misskeyApiGet('federation/instances', {
|
|||
pointer-events: none;
|
||||
|
||||
> .powered-by {
|
||||
color: var(--MI_THEME-fgOnAccent);
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue