фикс микробага с чатом
This commit is contained in:
parent
63c4bc61c3
commit
0edf05029f
1 changed files with 6 additions and 22 deletions
|
@ -526,6 +526,10 @@ let pinOrNot = false
|
|||
</div>
|
||||
<div>
|
||||
<div class="jopa">
|
||||
|
||||
{#if chatId != null}
|
||||
|
||||
|
||||
<div class="ShowedChatMainDiv">
|
||||
|
||||
<div class="ShowedChatNameDiv">
|
||||
|
@ -551,6 +555,8 @@ let pinOrNot = false
|
|||
|
||||
</div>
|
||||
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
<div class="gradient">
|
||||
|
@ -835,12 +841,6 @@ let pinOrNot = false
|
|||
transform: translate(-20%,-20%);
|
||||
}
|
||||
|
||||
.messageForZIndex{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.msgTime{
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
|
@ -1009,22 +1009,6 @@ let pinOrNot = false
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.pickedChatDiv{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.pickedChatImg{
|
||||
border-radius: 25px;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
.pickedChatName{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.deleteAnswer{
|
||||
padding: 0 15px 0 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue