This commit is contained in:
tiago.kayaya
2021-09-14 16:34:50 +01:00
parent 427191ec36
commit 53144eb6c6
5 changed files with 58 additions and 13 deletions
@@ -156,21 +156,29 @@
float: right;
}
}
.messages{
.message{
.message-attachments{
.file{
align-items: center;
.file-title{
color: #000;
text-decoration: underline;
}
.file-title:hover{
color: #0782c9;
.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;
}
}
}
}
}
}
}
ion-footer{
padding-top: 7.5px;