From 1dc4fd3e9d49aba9f56f56010f8d2c3105bb072e Mon Sep 17 00:00:00 2001 From: G30 <50341825+silentoplayz@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:58:07 -0400 Subject: [PATCH] fix(ui): hide redundant edit pencil on mobile in admin Models list (#27178) On narrow viewports the admin Models list rows previously collapsed into unusable vertical stacks; the Models page redesign on dev has since absorbed the truncation fixes this branch carried (min-w-0 chain, real truncate on the name, shrink-0 action group, inline access label). The one remaining gap: the per-row edit pencil duplicates the row tap (both open the model editor) while costing scarce horizontal space on mobile. Hide it below the sm breakpoint; it remains on sm+ screens. --- src/lib/components/admin/Settings/Models.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/admin/Settings/Models.svelte b/src/lib/components/admin/Settings/Models.svelte index 6fc41df487..712b74720b 100644 --- a/src/lib/components/admin/Settings/Models.svelte +++ b/src/lib/components/admin/Settings/Models.svelte @@ -1094,7 +1094,7 @@ {/if}