From 2b162a828d741335294fcf7b5146551456b581d5 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Fri, 31 May 2024 15:05:36 +0200 Subject: [PATCH] update design --- .../components/main-chat/single-chat/single-chat.component.html | 2 +- .../components/main-chat/single-chat/single-chat.component.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/main-chat/single-chat/single-chat.component.html b/src/app/components/main-chat/single-chat/single-chat.component.html index 0b6fec5..cb230ab 100644 --- a/src/app/components/main-chat/single-chat/single-chat.component.html +++ b/src/app/components/main-chat/single-chat/single-chat.component.html @@ -95,7 +95,7 @@ [viewWidth]="viewWidth" > - @if (!isPrivatChannel) { + @if (!isPrivatChannel && !openOnSecondaryChat) {
@if (chatService.getChatAnswers(chat.id).length > 0 && showAnswer) { @if(chatService.getChatAnswers(chat.id).length == 1) { diff --git a/src/app/components/main-chat/single-chat/single-chat.component.scss b/src/app/components/main-chat/single-chat/single-chat.component.scss index 7b82964..69f75fb 100644 --- a/src/app/components/main-chat/single-chat/single-chat.component.scss +++ b/src/app/components/main-chat/single-chat/single-chat.component.scss @@ -116,7 +116,7 @@ section { } .spacer { - margin: 9px; + margin: 2px; } .editForm {