mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
reducing size of post skeleton
This commit is contained in:
parent
db31131419
commit
f69498645e
@ -97,7 +97,7 @@ export function TopicItem({ host, topic }) {
|
||||
<div class={nameClass}>{ name }</div>
|
||||
<div>{ getTime(offset) }</div>
|
||||
</div>
|
||||
<Skeleton />
|
||||
<Skeleton size={'small'} active={true} />
|
||||
<div class="options">
|
||||
<Options />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user