фикс микробага с чатом

This commit is contained in:
uniknow 2024-10-06 23:29:29 +04:00
parent 63c4bc61c3
commit 0edf05029f

View file

@ -526,6 +526,10 @@ let pinOrNot = false
</div>
<div>
<div class="jopa">
{#if chatId != null}
<div class="ShowedChatMainDiv">
<div class="ShowedChatNameDiv">
@ -550,6 +554,8 @@ let pinOrNot = false
class="copiedInvitedLink" id="copiedInvitedLink">
</div>
{/if}
@ -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;
}