mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
show selection of message to delete
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user