Revert launcher scroll rail and fade; keep down arrow hint.
Deploy Ladill Link / deploy (push) Successful in 1m5s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 14:03:11 +00:00
co-authored by Cursor
parent d80cb10dde
commit 0ab3dcd9ae
2 changed files with 8 additions and 37 deletions
+1 -3
View File
@@ -39,7 +39,7 @@
])>
<p class="px-1 pb-2 text-[10px] font-bold uppercase tracking-widest text-slate-400">All apps</p>
<div @class(['ladill-launcher-apps-wrap' => $launcherOverflows])>
<div @class(['ladill-launcher-apps', 'ladill-launcher-apps--peek' => $launcherOverflows])>
<div class="ladill-launcher-apps">
<div class="grid grid-cols-3 gap-1">
@foreach ($launcherApps as $app)
<a href="{{ $app['url'] }}"
@@ -53,8 +53,6 @@
</div>
</div>
@if ($launcherOverflows)
<div class="ladill-launcher-scroll-rail" aria-hidden="true"></div>
<div class="ladill-launcher-scroll-fade" aria-hidden="true"></div>
<div class="ladill-launcher-scroll-more" aria-hidden="true">
<svg class="h-3.5 w-3.5" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/>