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"
|
[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) {
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
.spacer {
|
.spacer {
|
||||||
margin: 9px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editForm {
|
.editForm {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue