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/deck | |
| parent | chore: fix spacer component (diff) | |
| download | sharkey-d672fccef49835c7616638da19506426c7a979ed.tar.gz sharkey-d672fccef49835c7616638da19506426c7a979ed.tar.bz2 sharkey-d672fccef49835c7616638da19506426c7a979ed.zip | |
refactor
Diffstat (limited to 'src/client/ui/deck')
| -rw-r--r-- | src/client/ui/deck/main-column.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/deck/main-column.vue b/src/client/ui/deck/main-column.vue index 2127444769..baf88a9721 100644 --- a/src/client/ui/deck/main-column.vue +++ b/src/client/ui/deck/main-column.vue @@ -7,7 +7,7 @@ </template> </template> - <router-view v-slot="{ Component }" class="_flat_"> + <router-view v-slot="{ Component }" class="_fitSide_"> <transition> <keep-alive :include="['timeline']"> <component :is="Component" :ref="changePage" @contextmenu.stop="onContextmenu"/> |