diff --git a/src/app/record-editor/record-toolbar/record-toolbar.component.html b/src/app/record-editor/record-toolbar/record-toolbar.component.html index 0654a63..c0347ab 100644 --- a/src/app/record-editor/record-toolbar/record-toolbar.component.html +++ b/src/app/record-editor/record-toolbar/record-toolbar.component.html @@ -1,7 +1,6 @@ \ No newline at end of file diff --git a/src/app/record-editor/record-toolbar/record-toolbar.component.scss b/src/app/record-editor/record-toolbar/record-toolbar.component.scss index c24b0d3..2c4b322 100644 --- a/src/app/record-editor/record-toolbar/record-toolbar.component.scss +++ b/src/app/record-editor/record-toolbar/record-toolbar.component.scss @@ -2,4 +2,21 @@ color: white; font-size: 23px; padding: 0 0 0 12px; -} \ No newline at end of file +} + +.row { + display: flex; + flex-wrap: nowrap; + padding: 0 10px; + + .middle-navbar { + display: flex; + flex-grow: 1; + justify-content: center; + .search-form { + display: inline-block; + } + } + +} + diff --git a/src/app/record-editor/search-bar/search-bar.component.html b/src/app/record-editor/search-bar/search-bar.component.html index cdf0d41..530b281 100644 --- a/src/app/record-editor/search-bar/search-bar.component.html +++ b/src/app/record-editor/search-bar/search-bar.component.html @@ -1,10 +1,10 @@ -