mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-28 18:27:21 +09:00
remove nekomimi different colors
This commit is contained in:
parent
24e87279ad
commit
b3a48f290d
@ -5,12 +5,12 @@
|
||||
<div v-if="user.isCat" :class="[$style.ears, { [$style.mask]: useBlurEffect }]">
|
||||
<div :class="$style.earLeft">
|
||||
<div v-if="useBlurEffect" :class="$style.layer">
|
||||
<div :class="$style.plot" :style="{ backgroundImage: `url(${JSON.stringify(url)})` }"/>
|
||||
<!-- <div :class="$style.plot" :style="{ backgroundImage: `url(${JSON.stringify(url)})` }"/>-->
|
||||
</div>
|
||||
</div>
|
||||
<div :class="$style.earRight">
|
||||
<div v-if="useBlurEffect" :class="$style.layer">
|
||||
<div :class="$style.plot" :style="{ backgroundImage: `url(${JSON.stringify(url)})` }"/>
|
||||
<!-- <div :class="$style.plot" :style="{ backgroundImage: `url(${JSON.stringify(url)})` }"/>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user