diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-16 19:20:49 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-16 19:20:49 +0900 |
| commit | d672fccef49835c7616638da19506426c7a979ed (patch) | |
| tree | f69fd9b28e3478eed030693dda7b476fe99fc93a /src/client/ui/chat | |
| parent | chore: fix spacer component (diff) | |
| download | misskey-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.vue | 2 |
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> |