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 {