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>