Minor style fix

This commit is contained in:
kvakazyambra 2022-11-21 01:19:03 +03:00
parent 296011eb57
commit bee558834f

View File

@ -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) => (