diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-06 13:52:05 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-06 13:52:05 +0900 |
| commit | 46af9515b00466ab0d55e8909c3a690ef63a1f72 (patch) | |
| tree | c5b7072f2b7d2ddc5be44809d311f586dc6d1ae3 /packages/frontend | |
| parent | :art: (diff) | |
| download | misskey-46af9515b00466ab0d55e8909c3a690ef63a1f72.tar.gz misskey-46af9515b00466ab0d55e8909c3a690ef63a1f72.tar.bz2 misskey-46af9515b00466ab0d55e8909c3a690ef63a1f72.zip | |
fix style
Diffstat (limited to 'packages/frontend')
| -rw-r--r-- | packages/frontend/src/pages/timeline.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/pages/timeline.vue b/packages/frontend/src/pages/timeline.vue index 5f08d32532..eaeb7d686e 100644 --- a/packages/frontend/src/pages/timeline.vue +++ b/packages/frontend/src/pages/timeline.vue @@ -3,8 +3,8 @@ <template #header><MkPageHeader v-model:tab="src" :actions="headerActions" :tabs="headerTabs" :display-my-avatar="true"/></template> <MkSpacer :content-max="800"> <div ref="rootEl" v-hotkey.global="keymap" class="cmuxhskf"> - <XTutorial v-if="$store.reactiveState.tutorial.value != -1" class="tutorial"/> - <XPostForm v-if="$store.reactiveState.showFixedPostForm.value" class="post-form" fixed/> + <XTutorial v-if="$store.reactiveState.tutorial.value != -1" class="tutorial _panel" style="margin-bottom: var(--margin);"/> + <XPostForm v-if="$store.reactiveState.showFixedPostForm.value" class="post-form _panel" fixed style="margin-bottom: var(--margin);"/> <div v-if="queue > 0" class="new"><button class="_buttonPrimary" @click="top()">{{ i18n.ts.newNoteRecived }}</button></div> <div class="tl"> |