several improvements

This commit is contained in:
tiago.kayaya
2021-09-21 14:05:59 +01:00
parent afb7c42e9f
commit 2e209711bb
22 changed files with 603 additions and 74 deletions
@@ -31,7 +31,7 @@
}
}
.header-bottom{
width: 95%;
width: 98%;
overflow: auto;
.header-bottom-icon{
@@ -42,6 +42,7 @@
}
.header-bottom-contacts{
width: calc(100% - 40px);
font-size: 15px;
color: #797979;
white-space: nowrap;
@@ -50,6 +51,12 @@
float: left;
padding: 5px;
margin: 1px;
.contacts-list{
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
}
}