summaryrefslogtreecommitdiff
path: root/src/client/ui/default.header.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-08 22:03:06 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-08 22:03:06 +0900
commit748a451e233f71dd493f7dd80062278dacaa5e1c (patch)
tree7a91b9123f63dcf468f460c3068ae3dbe6210d01 /src/client/ui/default.header.vue
parentfix(api): (0 , ms_1.default) is not a function (diff)
downloadmisskey-748a451e233f71dd493f7dd80062278dacaa5e1c.tar.gz
misskey-748a451e233f71dd493f7dd80062278dacaa5e1c.tar.bz2
misskey-748a451e233f71dd493f7dd80062278dacaa5e1c.zip
:art:
Diffstat (limited to 'src/client/ui/default.header.vue')
-rw-r--r--src/client/ui/default.header.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/default.header.vue b/src/client/ui/default.header.vue
index 6fbdd625c7..75c5c0c051 100644
--- a/src/client/ui/default.header.vue
+++ b/src/client/ui/default.header.vue
@@ -29,7 +29,7 @@
<MkAvatar :user="$i" class="avatar"/><MkAcct class="acct" :user="$i"/>
</button>
<div class="post" @click="post">
- <MkButton class="button" primary full>
+ <MkButton class="button" primary full rounded>
<i class="fas fa-pencil-alt fa-fw"></i>
</MkButton>
</div>