From 0571de3dd0fc1c3945808fcde136c8a27e51dd58 Mon Sep 17 00:00:00 2001 From: SDE Date: Sat, 25 Nov 2023 17:14:17 +0300 Subject: [PATCH 1/3] 0.7.82 loader correct --- static/css/styles(boris).css | 10 +++++----- static/js/user_profile_2.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 2b8c4dd..06ea905 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -412,8 +412,8 @@ height: 100px; width: 100px; position: absolute; - top: 38%; - left: 52%; + top: 35%; + left: 47%; } .loader_chat_f_sw_chats.support.show{ @@ -421,8 +421,8 @@ height: 100px; width: 100px; position: absolute; - top: 50%; - left: 52%; + top: 38%; + left: 47%; } .loader_chat_f_sw_chats{ @@ -2613,7 +2613,7 @@ text-align: -webkit-center; padding: 0; overflow-y: auto; - height: calc(100vh - 120px); + height: calc(100vh - 95px); max-height: 697px; background: #F8F8F8; } diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index 1ed659f..1be9147 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -23,7 +23,7 @@ function select_tab_profile (el,url,owner_type=null) { confirm_url = `/routes/${url}/` } if (window.location.href.includes("profile")){ - document.querySelector(".info_profile").innerHTML = '' + document.querySelector(".info_profile").innerHTML = '' } $.ajax({ headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() }, From 34d2fea31fa19efd9ce50ecd54050a11e55c6c96 Mon Sep 17 00:00:00 2001 From: SDE Date: Sat, 25 Nov 2023 17:17:10 +0300 Subject: [PATCH 2/3] 0.7.82 correct padding --- static/css/styles(boris).css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 06ea905..e4c7b0d 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2469,7 +2469,7 @@ } .support .menu_buttons.left.open{ - max-height: calc(100vh - 140px); + max-height: calc(100vh - 120px); } From 246974c1b89f0dbdcdf83cc5b261f5391e72a92f Mon Sep 17 00:00:00 2001 From: SDE Date: Sat, 25 Nov 2023 18:10:38 +0300 Subject: [PATCH 3/3] 0.7.83 fix ticket first msg --- templates/widgets/w_message.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/widgets/w_message.html b/templates/widgets/w_message.html index f613a9d..4d58ba8 100644 --- a/templates/widgets/w_message.html +++ b/templates/widgets/w_message.html @@ -10,7 +10,11 @@
{% if msg.text %} - {% if msg %}{{ msg.text }}{% else %}{{ ticket.text }}{% endif %} + {{ msg.text }} + + {% elif ticket %} + + {{ ticket.text }} {% elif msg.files %} {% for file in msg.files %}