0.8.373
This commit is contained in:
@@ -423,7 +423,10 @@
|
||||
.container-messenger{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.container-messenger.margin{
|
||||
margin-top: 25px
|
||||
}
|
||||
|
||||
.block-chat{
|
||||
@@ -438,7 +441,7 @@
|
||||
}
|
||||
|
||||
.block-chat.support{
|
||||
height: 86vh;
|
||||
height: calc(100vh - 154px);
|
||||
}
|
||||
|
||||
.block-list-of-users{
|
||||
@@ -2370,6 +2373,7 @@
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
|
||||
.menu_buttons.left.open{
|
||||
left: 0;
|
||||
transition: 200ms;
|
||||
@@ -2383,6 +2387,18 @@
|
||||
|
||||
}
|
||||
|
||||
.support .menu_buttons.left.open{
|
||||
max-height: calc(100vh - 140px);
|
||||
|
||||
}
|
||||
|
||||
.support .menu_buttons.left.open.margin{
|
||||
margin-top: 49px;
|
||||
max-height: calc(100vh - 215px);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.menu_buttons.left.open.filters{
|
||||
width: 294px;
|
||||
background: #FFFFFF;
|
||||
@@ -2398,9 +2414,6 @@
|
||||
transition: 0ms;
|
||||
}
|
||||
|
||||
.support .menu_buttons.left.open{
|
||||
margin-top: 49px;
|
||||
}
|
||||
|
||||
.handler_menu.left.close{
|
||||
background: #FF613A;
|
||||
@@ -2490,7 +2503,6 @@
|
||||
height: calc(100vh - 120px);
|
||||
max-height: 667px;
|
||||
background: #F8F8F8;
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.menu_profile.background{
|
||||
|
||||
@@ -1147,6 +1147,17 @@ h2.title_new_route{
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
height: 15px;
|
||||
}
|
||||
.menu_profile>div:first-of-type {
|
||||
border-radius: 10px;
|
||||
background:none;
|
||||
/* Shadow 1 */
|
||||
box-shadow: none;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user