Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -2744,6 +2744,9 @@
|
||||
.container_descript_one_news{
|
||||
width: 100%;
|
||||
overflow-wrap: break-word;
|
||||
background: linear-gradient(180deg, #040404 46%, #ffffff 72%, #ffffff);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.container_name_one_news{
|
||||
|
||||
@@ -1990,6 +1990,7 @@ button.cancel_remove.show, button.confirm_remove.show{
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
line-height: 52px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -255,6 +255,7 @@ function loader_place_ins_boris (el,type=null){
|
||||
let cur_loader_place = el.nextElementSibling
|
||||
if (type){
|
||||
cur_loader_place.innerHTML = ""
|
||||
changeWidthEL(el)
|
||||
} else {
|
||||
if (loader_place){
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
{# </div>#}
|
||||
<div class="right-part-block-enter-message">
|
||||
{# <button class="attach-file-btn-message" onclick="attachFilemeassge(event,this,null,{{ user.id }},{{ cur_receiver.id }})"></button>#}
|
||||
<input style="display: none;" type="file" onchange="attachFilemeassge(event,this,{{ ticket.id }},{{ user.id }},{{ cur_receiver.id }})" id="id_choce_file" multiple>
|
||||
<input style="display: none;" type="file" onchange="attachFilemeassge(this,{{ ticket.id }},{{ user.id }},{{ cur_receiver.id }})" id="id_choce_file" multiple>
|
||||
<label for="id_choce_file" class="attach-file-btn-message"></label>
|
||||
<button class="send-message" onclick="sendMessage({{ ticket.id }},{{ user.id }},{{ cur_receiver.id }})"></button>
|
||||
<img src="{% static "/img/svg/loader.svg" %}" class="loader_show_message">
|
||||
|
||||
Reference in New Issue
Block a user