From ca06836b116a5d804834c2c7d28242d882829376 Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 29 Dec 2023 21:06:08 +0500 Subject: [PATCH] mobile === false --- static/css/styles(boris).css | 8 +++++--- templates/blocks/profile/b_support_chat.html | 5 +++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 9cab28f..037a664 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -448,6 +448,7 @@ box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20); float: right; position: relative; + overflow: hidden; } .block_loader_chat{ @@ -482,7 +483,8 @@ } .bottom_part_of_chats{ - height: calc(100% - 39px); + height: 100%; + padding-bottom: 39px; position: relative; } @@ -536,7 +538,7 @@ } .container-messages{ - height: calc(100% - 175px); + height: 70%; width: 100%; /* transform: rotate(180deg); */ overflow-y: auto; @@ -560,7 +562,7 @@ border: 1px solid #E6E6E6; padding: 0 20px 0 20px; position: absolute; - bottom: 43px; + bottom: 0; } .footer-chat.hide{ diff --git a/templates/blocks/profile/b_support_chat.html b/templates/blocks/profile/b_support_chat.html index be61864..e9f75d4 100644 --- a/templates/blocks/profile/b_support_chat.html +++ b/templates/blocks/profile/b_support_chat.html @@ -62,7 +62,7 @@ {# {% endfor %}#} {# {% endif %}#} {# #} -
+{#
#}
{% include "blocks/profile/b_messages_container.html" %}
@@ -86,9 +86,10 @@ {# #}
- +{# #} +
{% endif %}