chore: min-scale for MkAcct
This commit is contained in:
parent
be7b11e1bb
commit
9016573736
3 changed files with 30 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue