Minor style fix
This commit is contained in:
parent
296011eb57
commit
bee558834f
|
@ -182,7 +182,7 @@ export const AllAuthorsView = (props: Props) => {
|
|||
</Show>
|
||||
|
||||
<Show when={searchParams().by && searchParams().by !== 'name'}>
|
||||
<div class="row">
|
||||
<div class={clsx(styles.stats, 'row')}>
|
||||
<div class="col-lg-10 col-xl-9">
|
||||
<For each={sortedAuthors().slice(0, limit())}>
|
||||
{(author) => (
|
||||
|
|
Loading…
Reference in New Issue
Block a user