mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-25 16:16:50 +00:00
Allow generators to be listed in two columns
This commit is contained in:
@@ -45,7 +45,7 @@ export function GeneratorList({ predicate }: Props) {
|
||||
</div>
|
||||
{filteredGenerators.length === 0 ? <>
|
||||
<span class="note">{locale('generators.no_results')}</span>
|
||||
</> : <div class="card-column">
|
||||
</> : <div class="card-grid">
|
||||
{filteredGenerators.map(gen =>
|
||||
<GeneratorCard id={gen.id} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user