1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-03 01:09:57 +01:00

ui: fix border

This commit is contained in:
Anthony Fu 2022-12-27 19:16:45 +01:00
parent 93c31cb2d1
commit 30c8e82dbf

View file

@ -23,7 +23,7 @@ function preprocess(items: Status[]) {
<template>
<div>
<PublishWidget draft-key="home" border="b base" />
<PublishWidget draft-key="home" />
<TimelinePaginator v-bind="{ paginator, stream, preprocess }" context="home" />
</div>
</template>