diff --git a/Mediatheke-Client/src/app/app.component.html b/Mediatheke-Client/src/app/app.component.html
index 5749b21..998be04 100644
--- a/Mediatheke-Client/src/app/app.component.html
+++ b/Mediatheke-Client/src/app/app.component.html
@@ -1,5 +1,6 @@
-
+
+
\ No newline at end of file
diff --git a/Mediatheke-Client/src/app/app.component.scss b/Mediatheke-Client/src/app/app.component.scss
index f39f935..fc1fd07 100644
--- a/Mediatheke-Client/src/app/app.component.scss
+++ b/Mediatheke-Client/src/app/app.component.scss
@@ -1,7 +1,6 @@
.wrapper {
padding: 30px;
padding-top: 150px;
- max-width: 1600px;
margin: auto;
@media screen and (max-width: 768px) {
@@ -9,6 +8,11 @@
}
}
+.unset-padding {
+ padding: unset;
+ padding-top: 30px;
+}
+
/* make input big poppy flat and rounded corners */
input {
border: none;
diff --git a/Mediatheke-Client/src/app/app.component.ts b/Mediatheke-Client/src/app/app.component.ts
index ba7d12d..5f6ca3f 100644
--- a/Mediatheke-Client/src/app/app.component.ts
+++ b/Mediatheke-Client/src/app/app.component.ts
@@ -1,5 +1,5 @@
import { Component } from '@angular/core';
-import { BackendService } from './services/backend';
+import { Router } from '@angular/router';
@Component({
selector: 'app-root',
@@ -8,7 +8,9 @@ import { BackendService } from './services/backend';
})
export class AppComponent {
- constructor(private backendService: BackendService) { }
+ constructor(
+ public router: Router
+ ) { }
ngOnInit() { }
}
diff --git a/Mediatheke-Client/src/app/app.module.ts b/Mediatheke-Client/src/app/app.module.ts
index 2ae7536..10b5141 100644
--- a/Mediatheke-Client/src/app/app.module.ts
+++ b/Mediatheke-Client/src/app/app.module.ts
@@ -32,6 +32,9 @@ import { SincePipe } from './shared/since.pipe';
import { ServiceWorkerModule } from '@angular/service-worker';
import { VideoSeriesNavComponent } from './video-series-nav/video-series-nav.component';
import { TabsModule } from 'ngx-bootstrap/tabs';
+import { HeroComponent } from './hero/hero.component';
+import { VideoSmallListComponent } from './video-small-list/video-small-list.component';
+import { VideoTopicRowComponent } from './video-topic-row/video-topic-row.component';
@NgModule({
declarations: [
@@ -55,6 +58,9 @@ import { TabsModule } from 'ngx-bootstrap/tabs';
VideoResultListComponent,
SincePipe,
VideoSeriesNavComponent,
+ HeroComponent,
+ VideoSmallListComponent,
+ VideoTopicRowComponent,
],
imports: [
BrowserModule,
diff --git a/Mediatheke-Client/src/app/footer/footer.component.html b/Mediatheke-Client/src/app/footer/footer.component.html
index fd659f4..0deafd6 100644
--- a/Mediatheke-Client/src/app/footer/footer.component.html
+++ b/Mediatheke-Client/src/app/footer/footer.component.html
@@ -1,39 +1,27 @@
-