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;