This commit is contained in:
tiago.kayaya
2021-07-27 09:14:35 +01:00
parent 130fc886ea
commit b233abca1a
3 changed files with 14 additions and 13 deletions
+3 -2
View File
@@ -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%;
+2 -2
View File
@@ -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{