update design

This commit is contained in:
Chneemann 2024-05-31 15:05:36 +02:00
parent fa4a2c6d04
commit 2b162a828d
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@
[viewWidth]="viewWidth" [viewWidth]="viewWidth"
></app-attachments> ></app-attachments>
</div> </div>
@if (!isPrivatChannel) { @if (!isPrivatChannel && !openOnSecondaryChat) {
<div class="answers"> <div class="answers">
@if (chatService.getChatAnswers(chat.id).length > 0 && showAnswer) { @if (chatService.getChatAnswers(chat.id).length > 0 && showAnswer) {
@if(chatService.getChatAnswers(chat.id).length == 1) { @if(chatService.getChatAnswers(chat.id).length == 1) {

View file

@ -116,7 +116,7 @@ section {
} }
.spacer { .spacer {
margin: 9px; margin: 2px;
} }
.editForm { .editForm {