This commit is contained in:
2023-09-22 13:25:21 +03:00
parent ca1d177565
commit 4888fc7211
5 changed files with 41 additions and 9 deletions

View File

@@ -316,6 +316,27 @@
}
/*messenger*/
.loader_chat_f_sw_chats.show{
display: block;
height: 100px;
width: 100px;
position: absolute;
top: 38%;
left: 52%;
}
.loader_chat_f_sw_chats.support.show{
display: block;
height: 100px;
width: 100px;
position: absolute;
top: 50%;
left: 52%;
}
.loader_chat_f_sw_chats{
display: none;
}
.container-messenger{
width: 100%;
@@ -490,7 +511,7 @@
.title-list-of-users{
font-size: 18px;
font-weight: 600;
padding: 20px 20px 40px 20px;
padding: 20px;
display: block;
}