update design
This commit is contained in:
parent
fa4a2c6d04
commit
2b162a828d
2 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@
|
|||
[viewWidth]="viewWidth"
|
||||
></app-attachments>
|
||||
</div>
|
||||
@if (!isPrivatChannel) {
|
||||
@if (!isPrivatChannel && !openOnSecondaryChat) {
|
||||
<div class="answers">
|
||||
@if (chatService.getChatAnswers(chat.id).length > 0 && showAnswer) {
|
||||
@if(chatService.getChatAnswers(chat.id).length == 1) {
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ section {
|
|||
}
|
||||
|
||||
.spacer {
|
||||
margin: 9px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.editForm {
|
||||
|
|
|
|||
Loading…
Reference in a new issue