From 9e56fad34204c33f6d0c241175ab94a0d980d2b3 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone <8633216+AlexanderWhitestone@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:08:19 -0400 Subject: [PATCH] Fix iPhone responsiveness: layout stacking and Memory Browser styling (#171) - Fix critical mobile layout bug: override flex-wrap: nowrap on .mc-content > .row at 768px breakpoint so Bootstrap columns stack vertically on iPhone instead of being crammed side-by-side (causing content bleed/cutoff) - Add complete Memory Browser CSS: stats grid, search form, results, facts list with proper mobile breakpoints (2-col stats, stacked search form, touch-friendly fact buttons) - Move Grok button and fact list inline styles to CSS classes per project convention - Add shared .mc-btn, .mc-btn-primary, .mc-btn-small, .page-title, .mc-text-secondary classes used across templates https://claude.ai/code/session_01VRjXp6wxBrgawsKB92LEaT Co-authored-by: Claude --- src/dashboard/templates/memory.html | 10 +- .../templates/partials/agent_panel_chat.html | 4 +- static/css/mission-control.css | 282 ++++++++++++++++++ static/style.css | 3 +- 4 files changed, 290 insertions(+), 9 deletions(-) diff --git a/src/dashboard/templates/memory.html b/src/dashboard/templates/memory.html index 9a221fc3..1c2822aa 100644 --- a/src/dashboard/templates/memory.html +++ b/src/dashboard/templates/memory.html @@ -105,12 +105,12 @@
{% if facts %} -