removed followedMessage shadow

This commit is contained in:
fly_mc 2024-10-18 12:16:17 +08:00
parent ad6ef6856f
commit 68dd83575f

View file

@ -48,7 +48,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</div>
<div v-if="user.followedMessage != null" class="followedMessage">
<MkFukidashi class="fukidashi" :tail="narrow ? 'none' : 'left'" negativeMargin shadow>
<MkFukidashi class="fukidashi" :tail="narrow ? 'none' : 'left'" negativeMargin>
<div class="messageHeader">{{ i18n.ts.messageToFollower }}</div>
<div><MkSparkle><Mfm :plain="true" :text="user.followedMessage" :author="user"/></MkSparkle></div>
</MkFukidashi>
@ -471,7 +471,6 @@ onUnmounted(() => {
> .followedMessage {
padding: 24px 24px 0 154px;
box-shadow: none;
> .fukidashi {
display: block;