diff --git a/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.scss b/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.scss index 122377d..d627f6d 100644 --- a/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.scss +++ b/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.scss @@ -18,7 +18,6 @@ section { border: none; outline: none; resize: none; - font-family: "Nunito"; font-size: large; input { position: absolute; diff --git a/src/app/components/main-chat/main-chat.component.scss b/src/app/components/main-chat/main-chat.component.scss index 5fa86a7..a5ddc60 100644 --- a/src/app/components/main-chat/main-chat.component.scss +++ b/src/app/components/main-chat/main-chat.component.scss @@ -146,7 +146,6 @@ section { font-size: 18px; font-weight: 400; border: 1px solid #888dec; - font-family: "Nunito", sans-serif; outline: none; &:hover { border: 1px solid #5f66e7; diff --git a/src/app/components/main-chat/show-channel-member/open-send-prv-message-window/open-send-prv-message-window.component.html b/src/app/components/main-chat/show-channel-member/open-send-prv-message-window/open-send-prv-message-window.component.html index d6866fb..9d16c5e 100644 --- a/src/app/components/main-chat/show-channel-member/open-send-prv-message-window/open-send-prv-message-window.component.html +++ b/src/app/components/main-chat/show-channel-member/open-send-prv-message-window/open-send-prv-message-window.component.html @@ -5,7 +5,7 @@ @for(i of talkToUser; track i){
{{ 'open-send-prv-message.profil' | translate }}
+{{ "open-send-prv-message.profil" | translate }}
{{ 'open-send-prv-message.aktiv' | translate }}
++ {{ "open-send-prv-message.aktiv" | translate }} +
} @else { -{{ 'open-send-prv-message.offline' | translate }}
+{{ "open-send-prv-message.offline" | translate }}
}{{ 'open-send-prv-message.adress' | translate }}
- {{ i.email }} +{{ "open-send-prv-message.adress" | translate }}
+ {{ + i.email + }}{{ 'open-send-prv-message.profil' | translate }}
+{{ "open-send-prv-message.profil" | translate }}
{{ 'open-send-prv-message.aktiv' | translate }}
++ {{ "open-send-prv-message.aktiv" | translate }} +
} @else { -{{ 'open-send-prv-message.offline' | translate }}
+{{ "open-send-prv-message.offline" | translate }}
}+
{{ "edit-user-details.fullName" | translate }}
{{ "edit-user-details.email" | translate }}
+{{ "edit-user-details.email" | translate }}