chore: min-scale for MkAcct

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-05-07 19:08:43 +09:00
parent be7b11e1bb
commit 9016573736
3 changed files with 30 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<template>
<MkCondensedLine v-if="defaultStore.state.enableCondensedLineForAcct">
<MkCondensedLine v-if="defaultStore.state.enableCondensedLineForAcct" :min-scale="2 / 3">
<span>@{{ user.username }}</span>
<span v-if="user.host || detail || defaultStore.state.showFullAcct" style="opacity: 0.5;">@{{ user.host || host }}</span>
</MkCondensedLine>