emile 9 months ago
parent 5c9b2d8d0a
commit 909b7bdb39

Binary file not shown.

@ -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>

@ -87,7 +87,7 @@
<div id="roomContainer" class="flex-l overflow-hidden"> <div id="roomContainer" class="flex-l overflow-hidden h-full md:h-[450px] lg:h-[550px]" >
{% if chat_room %} {% if chat_room %}
{% if not chat_room.date_terminated %} {% if not chat_room.date_terminated %}
{% include 'chat-room.html' %} {% include 'chat-room.html' %}

@ -1,6 +1,6 @@
<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="overflow-y-auto flex flex-col gap-5 px-5 pt-3" id="conversation"> <div class="overflow-y-auto flex flex-col gap-5 px-5 pt-3" id="conversation">
<!-- ROBOT --> <!-- ROBOT -->
<div class="w-full flex items-end gap-2"> <div class="w-full flex items-end gap-2">

@ -1,6 +1,6 @@
{% load static %} {% load static %}
<div class="w-full h-full md:h-[450px] lg:h-[550px] bg-white rounded-b-none md:rounded-b-md"> <div class="w-full h-full bg-white rounded-b-none md:rounded-b-md">
<form class="h-full flex flex-col justify-between" id="startChat"> <form class="h-full flex flex-col justify-between" id="startChat">
<div class=""> <div class="">
<div class="p-5 flex flex-col gap-10"> <div class="p-5 flex flex-col gap-10">

Loading…
Cancel
Save