This commit is contained in:
tiago.kayaya
2021-07-26 10:48:34 +01:00
parent e9f5903ff5
commit b823414575
5 changed files with 19 additions and 14 deletions
@@ -10,7 +10,7 @@
padding: 30px 20px 0px 20px;
color:#000;
//transform: translate3d(0, 1px, 0);
.header-top{
width: 100%;
overflow: auto;
@@ -52,7 +52,7 @@
margin: 1px;
}
}
.title{
font-size: 25px;
}
@@ -66,7 +66,7 @@
.div-icon ion-icon{
float: right;
padding-left: 20px;
}
}
}
}
ion-content{
@@ -159,9 +159,9 @@
.container{
justify-content: center;
justify-content: space-evenly;
}
.chat-icon-options{
display:block !important;
font-size: 25px;
@@ -183,10 +183,15 @@
align-items: center;
overflow: auto;
ion-textarea{
width: fit-content;
display: block;
margin: 0 !important;
align-self: center;
border: 1px solid red;
//overflow: auto;
}
}
}