summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui/deck
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-02-21 18:35:05 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-02-21 18:35:05 +0900
commitfb0eb5a31fb44cddc5d517fbd5b65b670bc60e4f (patch)
tree18ba3bb40270959fcabb934c9c441c2bc7418e22 /packages/frontend/src/ui/deck
parentfix: Bump sharp to 0.33.2 (#13391) (diff)
downloadsharkey-fb0eb5a31fb44cddc5d517fbd5b65b670bc60e4f.tar.gz
sharkey-fb0eb5a31fb44cddc5d517fbd5b65b670bc60e4f.tar.bz2
sharkey-fb0eb5a31fb44cddc5d517fbd5b65b670bc60e4f.zip
:art:
Diffstat (limited to 'packages/frontend/src/ui/deck')
-rw-r--r--packages/frontend/src/ui/deck/channel-column.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/deck/channel-column.vue b/packages/frontend/src/ui/deck/channel-column.vue
index 125c85130e..bd3b059497 100644
--- a/packages/frontend/src/ui/deck/channel-column.vue
+++ b/packages/frontend/src/ui/deck/channel-column.vue
@@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template v-if="column.channelId">
<div style="padding: 8px; text-align: center;">
- <MkButton primary gradate rounded inline @click="post"><i class="ti ti-pencil"></i></MkButton>
+ <MkButton primary gradate rounded inline small @click="post"><i class="ti ti-pencil"></i></MkButton>
</div>
<MkTimeline ref="timeline" src="channel" :channel="column.channelId"/>
</template>