diff --git a/sharedComponents/navigationBar.component.html b/sharedComponents/navigationBar.component.html index a2eb5677..4daec99a 100644 --- a/sharedComponents/navigationBar.component.html +++ b/sharedComponents/navigationBar.component.html @@ -27,7 +27,7 @@ {{community.name}}
+ class=" uk-width-large ">
@@ -150,7 +150,7 @@
+ class=" uk-margin-left uk-width-xlarge ">
@@ -170,7 +170,7 @@ class="uk-margin-left uk-text-large"> {{community.name}}
+ class="uk-width-large ">
diff --git a/sharedComponents/searchBar/searchBar.component.html b/sharedComponents/searchBar/searchBar.component.html index 4e564521..7304d305 100644 --- a/sharedComponents/searchBar/searchBar.component.html +++ b/sharedComponents/searchBar/searchBar.component.html @@ -1,42 +1,32 @@ -
- - - +
+
+ + +
+ + + diff --git a/sharedComponents/searchBar/searchBar.component.ts b/sharedComponents/searchBar/searchBar.component.ts index b075d98a..59265512 100644 --- a/sharedComponents/searchBar/searchBar.component.ts +++ b/sharedComponents/searchBar/searchBar.component.ts @@ -107,6 +107,7 @@ console.log(this.entityType); } getCurrentRoute() { + console.log(this.router.url.split('?')[0]); return this.router.url.split('?')[0]; } entityChanged($event){