This commit is contained in:
SBD
2023-11-25 12:48:15 +03:00
parent 5081b6ce3e
commit 0aae04eca8
5 changed files with 47 additions and 12 deletions

View File

@@ -740,14 +740,19 @@
/*padding: 20px;*/
margin-bottom: 5px;
border-radius: 3px;
position: relative;
}
.name_ticket > span{
padding: 10px;
font-size: 16px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
left: 0;
text-wrap: nowrap;
overflow: hidden;
width: calc(100% - 18px);
}
.insert_users{
@@ -2605,10 +2610,10 @@
.menu_profile{
width: 320px;
text-align: -webkit-center;
padding: 14px 0;
padding: 0;
overflow-y: auto;
height: calc(100vh - 120px);
max-height: 667px;
max-height: 697px;
background: #F8F8F8;
}
@@ -2637,7 +2642,16 @@
/*font-size: 12px;*/
line-height: 13px;
}
.menu_profile>div>.logout{
height: 100%;
top: 0;
left: 0;
}
.logout_span{
position: absolute;
top: 20px;
left: 42%;
}
/*left panel of users*/
.menu_buttons.left.close .container_block_list_of_users{

View File

@@ -1181,6 +1181,7 @@ h2.title_new_route{
position: unset;
height: unset;
width: 274px;
padding-top: 24px;
}
/*.menu_profile>div>a {*/