This commit is contained in:
SBD
2024-02-20 17:35:01 +03:00
parent c623d69767
commit fafee63a64
4 changed files with 35 additions and 2 deletions

View File

@@ -1634,6 +1634,25 @@
}
@media (max-width: 800px) {
.marker_messages_mobile{
position: absolute;
top: 0;
right: 0;
border-radius: 100%;
background: #ff0000;
height: 14px;
width: 15px;
}
.marker_messages_mobile.hide{
display: none;
}
.marker_messages_mobile.show{
display: block;
}
}
@media (max-width: 828px){
/*.to_address_point_txt.find_route {*/
/*width: 54.6%;*/
@@ -1694,6 +1713,7 @@
}
@media (max-width: 699px){
.block-chat.support {
/*height: calc(100vh - 190px);*/
/*1. 100svh 2. 45px - header 3. name_ticket 4. just padding */