via の表示を改善 (#3161)
This commit is contained in:
parent
24766fb79e
commit
6c95120023
2 changed files with 15 additions and 1 deletions
|
|
@ -60,6 +60,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<span class="app" v-if="note.app">via <b>{{ note.app.name }}</b></span>
|
||||
<mk-reactions-viewer :note="p"/>
|
||||
<button class="replyButton" @click="reply" title="">
|
||||
<template v-if="p.reply"><fa icon="reply-all"/></template>
|
||||
|
|
@ -389,6 +390,12 @@ export default Vue.extend({
|
|||
> footer
|
||||
font-size 1.2em
|
||||
|
||||
> .app
|
||||
display block
|
||||
font-size 0.8em
|
||||
margin-left 0.5em
|
||||
color var(--noteHeaderInfo)
|
||||
|
||||
> button
|
||||
margin 0 28px 0 0
|
||||
padding 8px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue