Cap launcher dropdown at 15 visible apps (5 rows).
Deploy Ladill Events / deploy (push) Successful in 25s
Deploy Ladill Events / deploy (push) Successful in 25s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -131,13 +131,13 @@ html.qr-mobile-page body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ladill app launcher — cap at 6 rows (18 apps), always-visible scroll indicator */
|
/* Ladill app launcher — cap at 5 rows (15 apps), always-visible scroll indicator */
|
||||||
.ladill-launcher-apps-wrap {
|
.ladill-launcher-apps-wrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ladill-launcher-apps {
|
.ladill-launcher-apps {
|
||||||
max-height: calc(6 * 5.25rem + 5 * 0.25rem);
|
max-height: calc(5 * 5.25rem + 4 * 0.25rem);
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
config('ladill_launcher.apps', []),
|
config('ladill_launcher.apps', []),
|
||||||
fn (array $app) => parse_url($app['url'], PHP_URL_HOST) !== $selfHost
|
fn (array $app) => parse_url($app['url'], PHP_URL_HOST) !== $selfHost
|
||||||
));
|
));
|
||||||
$launcherOverflows = count($launcherApps) > 18;
|
$launcherOverflows = count($launcherApps) > 15;
|
||||||
@endphp
|
@endphp
|
||||||
@if (! empty($launcherApps))
|
@if (! empty($launcherApps))
|
||||||
<div class="relative" x-data="{
|
<div class="relative" x-data="{
|
||||||
|
|||||||
Reference in New Issue
Block a user