Post --> Note

Closes #1411
This commit is contained in:
syuilo
2018-04-08 02:30:37 +09:00
parent c7106d250c
commit a1b490afa7
167 changed files with 4440 additions and 1762 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="post">
<button @click="post" title="%i18n:desktop.tags.mk-ui-header-post-button.post%">%fa:pencil-alt%</button>
<div class="note">
<button @click="post" title="%i18n:desktop.tags.mk-ui-header-note-button.note%">%fa:pencil-alt%</button>
</div>
</template>
@@ -19,7 +19,7 @@ export default Vue.extend({
<style lang="stylus" scoped>
@import '~const.styl'
.post
.note
display inline-block
padding 8px
height 100%