From abb4c95337d9d2befe8dadf057cc0fa99d992928 Mon Sep 17 00:00:00 2001 From: archipelago Date: Sun, 9 Aug 2026 17:21:35 -0400 Subject: [PATCH] fix(federation): keep view tabs pill auto-width on desktop in map view The map view turns the root into a flex column; default stretch alignment was pulling the mode-switcher full-width on desktop. md:self-start restores the content-fit pill (mobile stays full-width by design). Co-Authored-By: Claude Fable 5 --- neode-ui/src/views/Federation.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/neode-ui/src/views/Federation.vue b/neode-ui/src/views/Federation.vue index d957c5c4..bdf8f29a 100644 --- a/neode-ui/src/views/Federation.vue +++ b/neode-ui/src/views/Federation.vue @@ -19,7 +19,9 @@ /> -
+ +