mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 14:06:44 -06:00
removed followedMessage shadow
This commit is contained in:
parent
ad6ef6856f
commit
68dd83575f
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue