chore(client): tweak style

This commit is contained in:
syuilo 2022-07-24 15:41:06 +09:00
parent d93ad43c49
commit bd8db402e6
3 changed files with 27 additions and 24 deletions

View File

@ -141,7 +141,7 @@ export default defineComponent({
display: block;
min-width: 100px;
width: max-content;
padding: 8px 14px;
padding: 8px 16px;
text-align: center;
font-weight: normal;
font-size: 1em;

View File

@ -1,7 +1,7 @@
<template>
<div class="">
<section class="_section">
<div class="_content">
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
<MkSpacer :content-max="800">
<XPostForm
v-if="state === 'writing'"
fixed
@ -18,8 +18,8 @@
/>
<MkButton v-else-if="state === 'posted'" primary class="close" @click="close()">{{ i18n.ts.close }}</MkButton>
</div>
</section>
</div>
</MkSpacer>
</MkStickyContainer>
</template>
<script lang="ts" setup>

View File

@ -1,7 +1,10 @@
<template>
<div class="_section">
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
<MkSpacer :content-max="800">
<XNotes class="_content" :pagination="pagination"/>
</div>
</MkSpacer>
</MkStickyContainer>
</template>
<script lang="ts" setup>