From f4ee876fea0fb3bf91dc7891262f377a88271851 Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 17 Jan 2024 14:57:20 -0800 Subject: [PATCH] navigation controls wrap fix --- theseus_gui/src/App.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/theseus_gui/src/App.vue b/theseus_gui/src/App.vue index 73628d34d..91d548127 100644 --- a/theseus_gui/src/App.vue +++ b/theseus_gui/src/App.vue @@ -399,9 +399,6 @@ command_listener(async (e) => { } .navigation-controls { - flex-grow: 1; - width: min-content; - display: flex; flex-direction: row; } @@ -460,6 +457,8 @@ command_listener(async (e) => { .appbar { display: flex; align-items: center; + justify-content: space-between; + flex-grow: 1; background: var(--color-raised-bg); text-align: center;