mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
fix: center recipe items vertically
This commit is contained in:
parent
059377b9de
commit
4b93bde507
1 changed files with 2 additions and 2 deletions
|
|
@ -380,8 +380,8 @@ new class extends Component {
|
||||||
x-show="searchTerm.length <= 1 || pluginName.includes(searchTerm.toLowerCase())"
|
x-show="searchTerm.length <= 1 || pluginName.includes(searchTerm.toLowerCase())"
|
||||||
class="rounded-xl border bg-white dark:bg-stone-950 dark:border-stone-800 text-stone-800 shadow-xs">
|
class="rounded-xl border bg-white dark:bg-stone-950 dark:border-stone-800 text-stone-800 shadow-xs">
|
||||||
<a href="{{ ($plugin['detail_view_route']) ? route($plugin['detail_view_route']) : route('plugins.recipe', ['plugin' => $plugin['id']]) }}"
|
<a href="{{ ($plugin['detail_view_route']) ? route($plugin['detail_view_route']) : route('plugins.recipe', ['plugin' => $plugin['id']]) }}"
|
||||||
class="block">
|
class="block h-full">
|
||||||
<div class="flex items-center space-x-4 px-10 py-8">
|
<div class="flex items-center space-x-4 px-10 py-8 h-full">
|
||||||
@isset($plugin['icon_url'])
|
@isset($plugin['icon_url'])
|
||||||
<img src="{{ $plugin['icon_url'] }}" class="h-6"/>
|
<img src="{{ $plugin['icon_url'] }}" class="h-6"/>
|
||||||
@else
|
@else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue