Skip to content

Commit

Permalink
デッキのカラム追加ボタンを少し小さく
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Dec 27, 2020
1 parent 2201425 commit 466ec1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/common/views/deck/deck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
bottom: true }"
/>
</template>
<button ref="add" @click="add" :title="$t('@deck.add-column')" style="font-size: 2em"><fa icon="plus"/></button>
<button ref="add" @click="add" :title="$t('@deck.add-column')" style="font-size: 1.5em"><fa icon="plus"/></button>
</div>
</mk-ui>
</template>
Expand Down

0 comments on commit 466ec1c

Please sign in to comment.