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{
@@ -14,7 +14,7 @@
padding: 30px 20px 0px 20px; padding: 30px 20px 0px 20px;
color:#000; color:#000;
transform: translate3d(0, 1px, 0); transform: translate3d(0, 1px, 0);
.header-top{ .header-top{
margin: 0px auto; margin: 0px auto;
overflow: auto; overflow: auto;
@@ -33,7 +33,7 @@
margin: 2.5px 0 0 5px; margin: 2.5px 0 0 5px;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.right{ .right{
padding: 0!important; padding: 0!important;
@@ -67,7 +67,7 @@
margin: 1px; margin: 1px;
} }
} }
.title{ .title{
font-size: 25px; font-size: 25px;
overflow: auto; overflow: auto;
@@ -83,7 +83,7 @@
.div-icon ion-icon{ .div-icon ion-icon{
float: right; float: right;
padding-left: 20px; padding-left: 20px;
} }
} }
} }
ion-content{ ion-content{
@@ -115,7 +115,7 @@
height: 100%; height: 100%;
word-wrap: break-word; word-wrap: break-word;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
.incoming-true, .incoming-false{ .incoming-true, .incoming-false{
width: 305px; width: 305px;
@@ -154,9 +154,9 @@
.container{ .container{
justify-content: center; justify-content: center;
justify-content: space-evenly; justify-content: space-evenly;
} }
.chat-icon-options{ .chat-icon-options{
display:block !important; display:block !important;
font-size: 25px; font-size: 25px;
@@ -184,7 +184,7 @@
overflow: auto; overflow: auto;
} }
} }
} }
.text-color-blue{ .text-color-blue{
@@ -228,4 +228,4 @@ display: block;
display: block; display: block;
float: left; float: left;
padding-left: 10px; padding-left: 10px;
} }