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