chore: formatting

This commit is contained in:
ThatOneCalculator 2023-06-18 18:36:34 -07:00
parent bda12504bc
commit 2115f17875
4 changed files with 5 additions and 10 deletions

View file

@ -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

View file

@ -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;
}
}
}

View file

@ -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;

View file

@ -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>