mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-20 19:11:16 +03:00
chore: move emoji reaction to just above action buttons
This commit is contained in:
parent
fb4bc12b1d
commit
38f31a640b
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ useHydratedHead({
|
|||
</div>
|
||||
</div>
|
||||
<div border="t base" py-2>
|
||||
<StatusActions v-if="actions" :status="status" details :command="command" />
|
||||
<StatusEmojiReaction v-if="actions" :status="status" details :command="command" />
|
||||
</div>
|
||||
<div border="t base" py-2>
|
||||
<StatusEmojiReaction v-if="actions" :status="status" details :command="command" />
|
||||
<StatusActions v-if="actions" :status="status" details :command="command" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue