diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-01-23 17:26:54 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-01-23 17:26:54 +0900 |
| commit | d439bc8c2fae23d07ce4ebb8c7e9f0459055ec74 (patch) | |
| tree | 86dff01292f81f070526c2b7f8c19bd91b515d93 /src | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-d439bc8c2fae23d07ce4ebb8c7e9f0459055ec74.tar.gz sharkey-d439bc8c2fae23d07ce4ebb8c7e9f0459055ec74.tar.bz2 sharkey-d439bc8c2fae23d07ce4ebb8c7e9f0459055ec74.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/components/note-detailed.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/components/note-detailed.vue b/src/client/components/note-detailed.vue index 3ab9e62646..5d83602924 100644 --- a/src/client/components/note-detailed.vue +++ b/src/client/components/note-detailed.vue @@ -52,10 +52,10 @@ <span class="localOnly" v-if="appearNote.localOnly"><Fa :icon="faBiohazard"/></span> </div> <div class="username"><MkAcct :user="appearNote.user"/></div> + <MkInstanceTicker class="ticker" :instance="appearNote.user.instance"/> </div> </header> <div class="main"> - <MkInstanceTicker v-if="showTicker" class="ticker" :instance="appearNote.user.instance"/> <div class="body"> <p v-if="appearNote.cw != null" class="cw"> <Mfm v-if="appearNote.cw != ''" class="text" :text="appearNote.cw" :author="appearNote.user" :i="$i" :custom-emojis="appearNote.emojis"/> @@ -1005,6 +1005,7 @@ export default defineComponent({ flex-direction: column; justify-content: center; padding-left: 16px; + font-size: 0.95em; > .top { > .name { |