やっぱり内側へ寄せることにした

This commit is contained in:
ikasoba 2023-12-16 20:47:11 +09:00
parent 12e5bb36e1
commit 2ed6b553b9
1 changed files with 2 additions and 2 deletions

View File

@ -39,12 +39,12 @@ SPDX-License-Identifier: AGPL-3.0-only
</footer>
</MkA>
<div
v-if="lastReadedAt && channel.isFavorited && channel.lastNotedAt && Date.parse(channel.lastNotedAt) > lastReadedAt"
v-if="lastReadedAt && (channel.isFavorited || channel.isFollowing) && channel.lastNotedAt && Date.parse(channel.lastNotedAt) > lastReadedAt"
style="
position: absolute;
top: 0;
right: 0;
transform: translate(50%, -50%);
transform: translate(25%, -25%);
background-color: var(--accent);
border: solid var(--bg) 4px;
border-radius: 100%;