mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
save
This commit is contained in:
@@ -74,7 +74,7 @@ ion-content{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 1px solid #ebebeb;
|
border-bottom: 1px solid #ebebeb;
|
||||||
padding: 0px 20px 0 20px !important;
|
padding: 0px 20px 0 20px !important;
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
|
|
||||||
.item-icon{
|
.item-icon{
|
||||||
width: 40px;
|
width: 40px;
|
||||||
@@ -126,7 +126,7 @@ ion-content{
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
background-color: #42b9fe !important;
|
background-color: #42b9fe !important;
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 801px) {
|
@media only screen and (min-width: 701px) {
|
||||||
.main-content{
|
.main-content{
|
||||||
|
|
||||||
|
|
||||||
@@ -148,6 +148,7 @@ ion-content{
|
|||||||
.item{
|
.item{
|
||||||
.item-icon{
|
.item-icon{
|
||||||
width: 10%;
|
width: 10%;
|
||||||
|
margin-right: 10px !important;
|
||||||
}
|
}
|
||||||
.item-content{
|
.item-content{
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ hideRefreshButton(){
|
|||||||
}
|
}
|
||||||
openMessagesPage(rid) {
|
openMessagesPage(rid) {
|
||||||
this.idSelected = rid;
|
this.idSelected = rid;
|
||||||
if( window.innerWidth < 801){
|
if( window.innerWidth < 701){
|
||||||
this.openMessagesModal(rid);
|
this.openMessagesModal(rid);
|
||||||
//this.router.navigate(['/home/chat/messages',rid,]);
|
//this.router.navigate(['/home/chat/messages',rid,]);
|
||||||
}
|
}
|
||||||
@@ -196,7 +196,7 @@ hideRefreshButton(){
|
|||||||
console.log('OK');
|
console.log('OK');
|
||||||
this.closeAllDesktopComponents();
|
this.closeAllDesktopComponents();
|
||||||
|
|
||||||
if( window.innerWidth < 801){
|
if( window.innerWidth < 701){
|
||||||
this.selectContact();
|
this.selectContact();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Reference in New Issue
Block a user