chore(client): tweak style

This commit is contained in:
syuilo 2022-07-03 14:43:28 +09:00
parent 44c85aff86
commit 0eb473198c

View file

@ -1,6 +1,6 @@
<template>
<MkSpacer :content-max="800">
<MkTab v-model="tab">
<MkTab v-model="tab" style="margin-bottom: var(--margin);">
<option value="notes">{{ i18n.ts.notes }}</option>
<option value="polls">{{ i18n.ts.poll }}</option>
</MkTab>