chore: formatting
This commit is contained in:
parent
6fd240a764
commit
fe0ceb98c5
|
@ -30,9 +30,7 @@
|
|||
<template
|
||||
v-else-if="hasPendingFollowRequestFromYou && user.isLocked"
|
||||
>
|
||||
<span>{{
|
||||
(state = i18n.ts.followRequestPending)
|
||||
}}</span
|
||||
<span>{{ (state = i18n.ts.followRequestPending) }}</span
|
||||
><i class="ph-hourglass-medium ph-bold ph-lg"></i>
|
||||
</template>
|
||||
<template
|
||||
|
|
|
@ -623,7 +623,7 @@ defineExpose({
|
|||
margin-top: 16px;
|
||||
border-left: 2px solid currentColor;
|
||||
margin-left: calc((var(--avatarSize) / 2) - 1px);
|
||||
opacity: .25;
|
||||
opacity: 0.25;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -652,7 +652,7 @@ function noteClick(e) {
|
|||
flex-grow: 1;
|
||||
margin-bottom: -10px;
|
||||
pointer-events: none;
|
||||
opacity: .25;
|
||||
opacity: 0.25;
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
@ -694,7 +694,7 @@ function noteClick(e) {
|
|||
z-index: 2;
|
||||
left: 0;
|
||||
top: 0;
|
||||
opacity: .25;
|
||||
opacity: 0.25;
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
|
|
@ -46,10 +46,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="koudoku-button">
|
||||
<MkFollowButton
|
||||
v-if="$i && user.id != $i.id"
|
||||
:user="user"
|
||||
/>
|
||||
<MkFollowButton v-if="$i && user.id != $i.id" :user="user" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue