This commit is contained in:
tiago.kayaya
2021-09-30 15:53:55 +01:00
parent 0386ca0d26
commit 34c3948089
5 changed files with 26 additions and 46 deletions
@@ -28,14 +28,21 @@
}
.middle-container{
display: flex;
overflow: auto;
height: auto;
width:calc(100% - 57px);
width:calc(100% - 47px);
float: left;
/* white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important; */
.middle{
width: 100%;
padding: 0!important;
margin: 0 0 0 10px;
font-size: 25px;
}
}
.middle-container-options{
@@ -95,13 +102,6 @@
}
}
.title{
font-size: 25px;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
float: left;
}
.div-icon{
width: 40px;
float: right;
@@ -217,28 +217,7 @@
float: right;
}
}
.message{
.message-attachments{
.file{
align-items: center;
.file-details{
width: 100%;
.file-title{
color: #000;
text-decoration: underline;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.file-title:hover{
color: #0782c9;
}
}
}
}
}
.online{
color:#99e47b !important;
}