mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
ui: fix border
This commit is contained in:
parent
93c31cb2d1
commit
30c8e82dbf
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue