hide close button bottom fade for now

This commit is contained in:
Freeplay 2023-06-02 17:23:09 -04:00
parent 004bab2d56
commit 6233883cd0
1 changed files with 2 additions and 2 deletions

View File

@ -168,10 +168,10 @@
<i class="ph-stop ph-bold"></i> {{ i18n.ts._mfm.stop }} <i class="ph-stop ph-bold"></i> {{ i18n.ts._mfm.stop }}
</template> </template>
</MkButton> </MkButton>
<div <!-- <div
v-if="(isLong && !collapsed) || (props.note.cw && showContent)" v-if="(isLong && !collapsed) || (props.note.cw && showContent)"
class="fade" class="fade"
></div> ></div> -->
</div> </div>
</template> </template>