diff --git a/src/app/app.component.sass b/src/app/app.component.sass index 2a73a26..a275ead 100644 --- a/src/app/app.component.sass +++ b/src/app/app.component.sass @@ -36,8 +36,10 @@ max-height: 100vh #headerbar + height: 10vh @include gridPosition(1, 1, 1, 4) display: grid grid-template: 100% /30% 10% 10% 10% 10% 10% 15% 5% background-color: $cHeadPrimaryBackground color: $cHeadFontColor + diff --git a/src/app/components/about/about.component.sass b/src/app/components/about/about.component.sass index 0342ecc..4565a75 100644 --- a/src/app/components/about/about.component.sass +++ b/src/app/components/about/about.component.sass @@ -5,8 +5,8 @@ background-color: $cSecondaryBackground grid-template: 15% 70% 15% / 15% 70% 15% display: grid - min-height: 100vh - max-height: 100vh + min-height: 90vh + max-height: 90vh #aboutcontainer @include gridPosition(2, 2,2,2) diff --git a/src/app/components/chatlist/chatlist.component.ts b/src/app/components/chatlist/chatlist.component.ts index 4c12acc..ccdee33 100644 --- a/src/app/components/chatlist/chatlist.component.ts +++ b/src/app/components/chatlist/chatlist.component.ts @@ -30,4 +30,8 @@ export class ChatlistComponent implements OnInit { this.showChatEvent.emit(this.selectedChat) } + + newChat() { + console.error("not implemented") + } } diff --git a/src/app/components/chatmanager/chatcontacts/chatcontacts.component.ts b/src/app/components/chatmanager/chatcontacts/chatcontacts.component.ts index 6f2d3c3..481f7b1 100644 --- a/src/app/components/chatmanager/chatcontacts/chatcontacts.component.ts +++ b/src/app/components/chatmanager/chatcontacts/chatcontacts.component.ts @@ -27,4 +27,8 @@ export class ChatcontactsComponent implements OnInit { this.goBack() } + contactList() { + console.error("Not Imlemented!") + } + } diff --git a/src/app/components/home/home.component.sass b/src/app/components/home/home.component.sass index b0d77dd..f776e8f 100644 --- a/src/app/components/home/home.component.sass +++ b/src/app/components/home/home.component.sass @@ -4,8 +4,8 @@ #content grid-template: 100%/ 25% 50% 25% display: grid - min-height: 100vh - max-height: 100vh + min-height: 90vh + max-height: 90vh #chatcontainer @include gridPosition(1, 3, 1, 2) diff --git a/src/app/components/imprint/imprint.component.sass b/src/app/components/imprint/imprint.component.sass index 9e58876..4067a31 100644 --- a/src/app/components/imprint/imprint.component.sass +++ b/src/app/components/imprint/imprint.component.sass @@ -5,8 +5,7 @@ background-color: $cSecondaryBackground grid-template: 15% 70% 15% / 15% 70% 15% display: grid - min-height: 100vh - max-height: 100vh + height: 90vh #imprintcontainer @include gridPosition(2, 2,2,2) diff --git a/src/app/components/login/login.component.html b/src/app/components/login/login.component.html index 2a73b45..7d5f2b6 100644 --- a/src/app/components/login/login.component.html +++ b/src/app/components/login/login.component.html @@ -1,6 +1,7 @@
+

Login

diff --git a/src/app/components/login/login.component.sass b/src/app/components/login/login.component.sass index 5f5bfff..3678649 100644 --- a/src/app/components/login/login.component.sass +++ b/src/app/components/login/login.component.sass @@ -5,8 +5,7 @@ background-color: $cSecondaryBackground grid-template: 8% 77% 15% / 15% 70% 15% display: grid - min-height: 100vh - max-height: 100vh + height: 90vh #logincontainer @include gridPosition(2, 2,2,2) diff --git a/src/app/components/profile/profile.component.sass b/src/app/components/profile/profile.component.sass index f3c16e2..f11af3c 100644 --- a/src/app/components/profile/profile.component.sass +++ b/src/app/components/profile/profile.component.sass @@ -5,8 +5,8 @@ background-color: $cSecondaryBackground grid-template: 3% 94% 3% / 10% 80% 10% display: grid - min-height: 100vh - max-height: 100vh + min-height: 90vh + max-height: 90vh #profilecontainer @include gridPosition(2, 2,2,2) diff --git a/src/app/components/register/register.component.html b/src/app/components/register/register.component.html index d81b877..a030ae9 100644 --- a/src/app/components/register/register.component.html +++ b/src/app/components/register/register.component.html @@ -1,5 +1,6 @@
+

Register

email:
diff --git a/src/app/components/register/register.component.sass b/src/app/components/register/register.component.sass index 2b67572..89d4614 100644 --- a/src/app/components/register/register.component.sass +++ b/src/app/components/register/register.component.sass @@ -5,8 +5,8 @@ background-color: $cSecondaryBackground grid-template: 8% 77% 15% / 15% 70% 15% display: grid - min-height: 100vh - max-height: 100vh + min-height: 90vh + max-height: 90vh #registercontainer @include gridPosition(2, 2,2,2)
username: