summaryrefslogtreecommitdiff
path: root/src/client/ui/chat
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-16 19:20:49 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-16 19:20:49 +0900
commitd672fccef49835c7616638da19506426c7a979ed (patch)
treef69fd9b28e3478eed030693dda7b476fe99fc93a /src/client/ui/chat
parentchore: fix spacer component (diff)
downloadmisskey-d672fccef49835c7616638da19506426c7a979ed.tar.gz
misskey-d672fccef49835c7616638da19506426c7a979ed.tar.bz2
misskey-d672fccef49835c7616638da19506426c7a979ed.zip
refactor
Diffstat (limited to 'src/client/ui/chat')
-rw-r--r--src/client/ui/chat/side.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/chat/side.vue b/src/client/ui/chat/side.vue
index d920e5b77c..3fd0a0e77b 100644
--- a/src/client/ui/chat/side.vue
+++ b/src/client/ui/chat/side.vue
@@ -3,7 +3,7 @@
<header class="header" @contextmenu.prevent.stop="onContextmenu">
<MkHeader class="title" :info="pageInfo" :center="false"/>
</header>
- <component :is="component" v-bind="props" :ref="changePage" class="body _flat_"/>
+ <component :is="component" v-bind="props" :ref="changePage" class="body _fitSide_"/>
</div>
</template>