summaryrefslogtreecommitdiff
path: root/packages/client/src/components/MkButton.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-20 08:50:48 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-20 08:50:48 +0900
commitd70b71a6e43d33c338645c9e3b6d80a1257a8527 (patch)
tree69e6fb45325d64859428808b0fd9f3992d5af3cb /packages/client/src/components/MkButton.vue
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadmisskey-d70b71a6e43d33c338645c9e3b6d80a1257a8527.tar.gz
misskey-d70b71a6e43d33c338645c9e3b6d80a1257a8527.tar.bz2
misskey-d70b71a6e43d33c338645c9e3b6d80a1257a8527.zip
:art:
Diffstat (limited to 'packages/client/src/components/MkButton.vue')
-rw-r--r--packages/client/src/components/MkButton.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/client/src/components/MkButton.vue b/packages/client/src/components/MkButton.vue
index 1cee1725aa..891645bb2a 100644
--- a/packages/client/src/components/MkButton.vue
+++ b/packages/client/src/components/MkButton.vue
@@ -1,7 +1,7 @@
<template>
<button
- ref="el"
- v-if="!link" class="bghgjjyj _button"
+ v-if="!link"
+ ref="el" class="bghgjjyj _button"
:class="{ inline, primary, gradate, danger, rounded, full }"
:type="type"
@click="emit('click', $event)"
@@ -105,10 +105,10 @@ function onMousedown(evt: MouseEvent): void {
display: block;
min-width: 100px;
width: max-content;
- padding: 8px 16px;
+ padding: 7px 14px;
text-align: center;
font-weight: normal;
- font-size: 90%;
+ font-size: 95%;
box-shadow: none;
text-decoration: none;
background: var(--buttonBg);