From 9d7e6c670e89af45bff2630980758cf6da976f87 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:46:35 +0100 Subject: [PATCH] fix(matrix-web): change bots page to single column layout More readable and cleaner UX with narrower max-width Co-Authored-By: Claude Opus 4.5 --- apps/matrix/apps/web/src/routes/(app)/bots/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/matrix/apps/web/src/routes/(app)/bots/+page.svelte b/apps/matrix/apps/web/src/routes/(app)/bots/+page.svelte index a5b44b85a..5410c782b 100644 --- a/apps/matrix/apps/web/src/routes/(app)/bots/+page.svelte +++ b/apps/matrix/apps/web/src/routes/(app)/bots/+page.svelte @@ -66,7 +66,7 @@
-
+
@@ -120,7 +120,7 @@

{$t('bots.noResults')}

{:else} -
+
{#each filteredBots as bot (bot.id)}
startChat(bot)} />