|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<p id="chatRoomId" class="hidden">{{chat_room.id}}</p>
|
|
|
|
<p id="chatRoomId" class="hidden">{{chat_room.id}}</p>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="w-full h-full md:h-[450px] lg:h-[550px] bg-white rounded-b-none md:rounded-b-md flex flex-col justify-end">
|
|
|
|
<div class="w-full h-full bg-white rounded-b-none md:rounded-b-md flex flex-col justify-end">
|
|
|
|
<div class="absolute right-0 bottom-32 bg-secondosiblue px-2 py-3 bg-white border border-gray-100 rounded-l-md z-10 flex flex-col gap-2 shadow-md hidden cursor-pointer hover:bg-gray-100 duration-500" id="newMessagesPopMessage">
|
|
|
|
<div class="absolute right-0 bottom-32 bg-secondosiblue px-2 py-3 bg-white border border-gray-100 rounded-l-md z-10 flex flex-col gap-2 shadow-md hidden cursor-pointer hover:bg-gray-100 duration-500" id="newMessagesPopMessage">
|
|
|
|
<div class="w-[22px] h-[22px] rounded-full border border-secondosiblue flex justify-center items-center text-secondosiblue text-xs text-secondosiblue">
|
|
|
|
<div class="w-[22px] h-[22px] rounded-full border border-secondosiblue flex justify-center items-center text-secondosiblue text-xs text-secondosiblue">
|
|
|
|
<p id="newMessagesCounter">1</p>
|
|
|
|
<p id="newMessagesCounter">1</p>
|
|
|
|