show selection of message to delete

This commit is contained in:
tiago.kayaya
2021-09-30 10:41:40 +01:00
parent ae8f7d31c4
commit 59bf694074
3 changed files with 76 additions and 50 deletions
+24 -5
View File
@@ -22,10 +22,18 @@
background: #fff;
.left{
width: 37px;
width: fit-content;
float: left;
font-size: 35px;
//font-size: 35px;
overflow: hidden;
.header-top-btn{
background: transparent;
font-size: 25px !important;
font-weight: 100 !important;
/* color: #0782c9; */
color: #42b9fe;
}
}
.middle-container{
@@ -36,7 +44,7 @@
padding: 0!important;
float: left;
width:calc(100% - 77px);
margin: 2.5px 0 0 5px;
margin: 0px 0 0 10px;
display: flex;
align-items: center;
}
@@ -44,15 +52,15 @@
.middle-container-options{
padding: 0!important;
margin: 5px 0 0 5px;
float: left;
width: calc(100% - 47px);
width: calc(100% - 25px);
text-align: right;
/* ion-icon{
font-size: 25px;
} */
.middle-container-options-icons{
color: #0782c9;
font-size: 23px;
}
}
@@ -139,6 +147,17 @@
word-wrap: break-word;
-webkit-overflow-scrolling: touch;
.messages-list-item-wrapper{
overflow: auto;
}
.messages-list-item-wrapper-active{
background: #e6f6ff75 !important;
}
.message-container{
//border: 1px solid red;
}
.incoming-true, .incoming-false{
width: 305px;