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

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> <div>
<div class="jopa"> <div class="jopa">
{#if chatId != null}
<div class="ShowedChatMainDiv"> <div class="ShowedChatMainDiv">
<div class="ShowedChatNameDiv"> <div class="ShowedChatNameDiv">
@ -551,6 +555,8 @@ let pinOrNot = false
</div> </div>
{/if}
<div class="gradient"> <div class="gradient">
@ -835,12 +841,6 @@ let pinOrNot = false
transform: translate(-20%,-20%); transform: translate(-20%,-20%);
} }
.messageForZIndex{
width: 100%;
height: 100%;
position: absolute;
}
.msgTime{ .msgTime{
position: absolute; position: absolute;
left: 50%; left: 50%;
@ -1009,22 +1009,6 @@ let pinOrNot = false
height: 100%; height: 100%;
} }
.pickedChatDiv{
display: flex;
flex-direction: row;
}
.pickedChatImg{
border-radius: 25px;
height: 75px;
}
.pickedChatName{
display: flex;
justify-content: center;
align-items: center;
}
.deleteAnswer{ .deleteAnswer{
padding: 0 15px 0 0; padding: 0 15px 0 0;
} }