Cap launcher dropdown at 15 visible apps (5 rows).
Deploy Ladill Merchant / deploy (push) Successful in 45s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 17:44:10 +00:00
co-authored by Cursor
parent 909d3eb862
commit 2b23140a3e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -165,13 +165,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 {
position: relative;
}
.ladill-launcher-apps {
max-height: calc(6 * 5.25rem + 5 * 0.25rem);
max-height: calc(5 * 5.25rem + 4 * 0.25rem);
overflow-y: scroll;
overscroll-behavior: contain;
scrollbar-gutter: stable;