navigation controls wrap fix

This commit is contained in:
Carter
2024-01-17 14:57:20 -08:00
parent 39b80cb484
commit f4ee876fea

View File

@@ -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;