7
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user